GitHub / 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.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: JavaScript
Size: 10.7 KB
Dependencies parsed at: Pending
Created at: about 4 years ago
Updated at: about 4 years ago
Pushed at: about 4 years ago
Last synced at: about 2 months ago
Topics: freecodecamp, javascript, javascript-array-methods, javascript-map