We're a place where coders share, stay up-to-date and grow their careers.
You're right! I've created bigObject so I could simulate something like:
bigObject
fetch('http://example.com/movies.json') .then(response => response.json()) .then(data => console.log(data.bigObject));
but I'm glad you caught that 😄
You're right! I've created
bigObject
so I could simulate something like:but I'm glad you caught that 😄