candytale55/Extract_Movie_Data_Ratings_from_Array_JS
Different ways to extract data from complex arrays using different methods. The watchList array holds objects with information on several movies. Use map on watchList to assign a new array of objects with only title and rating keys to the ratings variable. Examples for JavaScript.
JavaScript