Skip to content

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.

Notifications You must be signed in to change notification settings

candytale55/Extract_Movie_Data_Ratings_from_Array_JS

Repository files navigation

Extract_Data_from_Arrays_JS

Different ways to extract data from complex arrays using different methods (including map, reduce, etc.). Example JavaScript code.

About

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.

Topics

Resources

Stars

Watchers

Forks