Hi everyone! Sorry if this has been posted before but although there are questions about the same challenge, I couldn’t find a similar problem
In this challenge my code:
var rating = watchList.map( (movie) => ({"Title": movie["Title"], "Rating": movie["imdbRating"] }));
gives the answer:
[object Object],[object Object],[object Object],[object Object],[object Object]
I couldn’t understand why, I’ve tried many other codes and the console is always the same
Thanks for your time