All you need to know about working with JSON in JavaScript is well documented on MDN - developer.mozilla.org/en-US/docs/Learn/JavaScript…
To solve the questions similar to the one you've mentioned, learn about array methods like map, filter, and reduce.