Rootly logoRootly

Notes

Manage your learning questions and answers

Course: JavaScript Review

What is the semantic opposite of: navigation, footer, body element?

JavaScript ReviewJonas Schmedtmann
ClearFlagged9/1/2025
Click the eye icon to reveal answer

How can you style a <p></p> but only a child of an element not all p’s in CSS?

JavaScript ReviewJonas Schmedtmann
Getting ItFlagged9/1/2025
Click the eye icon to reveal answer

How to add a Date?

JavaScript ReviewJonas Schmedtmann
Getting ItFlagged9/1/2025
Click the eye icon to reveal answer

What happens if we have an async function where inside it we return (data), and outside it we console.log(data)?

JavaScript ReviewJonas Schmedtmann
Getting It9/1/2025
Click the eye icon to reveal answer

What is the difference between fetch and Async/Await?

JavaScript ReviewJonas Schmedtmann
Getting ItFlagged9/1/2025
Click the eye icon to reveal answer

How does fetch works? can you explain the process?

JavaScript ReviewJonas Schmedtmann
Getting ItFlagged9/1/2025
Click the eye icon to reveal answer

What would you do if you wanted to remove properties from an object? and how can you update an object in an array?

JavaScript ReviewJonas Schmedtmann
Getting ItFlagged9/1/2025
Click the eye icon to reveal answer

What would you do if you want to delete an object by its property in an array?

JavaScript ReviewJonas Schmedtmann
Getting It9/1/2025
Click the eye icon to reveal answer

Explain how does sort method works, and does it mutate the original array?

JavaScript ReviewJonas Schmedtmann
Getting It9/1/2025
Click the eye icon to reveal answer

Can reduce be used for more than math operations?

JavaScript ReviewJonas Schmedtmann
Getting ItFlagged9/1/2025
Click the eye icon to reveal answer

What does the map, filter, and reduce methods do? how they work?

JavaScript ReviewJonas Schmedtmann
Getting ItFlagged9/1/2025
Click the eye icon to reveal answer

How does Optional Chaining work? and why was it added to JavaScript? and can we have multiple of them in one line?

JavaScript ReviewJonas Schmedtmann
Getting It9/1/2025
Click the eye icon to reveal answer