Rootly
Home
Notes
Courses
Daily Entry
Review
Unlock editing
Toggle theme
Notes
Manage your learning questions and answers
Clear filters
Course: JavaScript Review
Add Note
Show Answers
Export
What is the semantic opposite of: navigation, footer, body element?
JavaScript Review
•
Jonas Schmedtmann
Clear
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
How can you style a <p></p> but only a child of an element not all p’s in CSS?
JavaScript Review
•
Jonas Schmedtmann
Getting It
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
How to add a Date?
JavaScript Review
•
Jonas Schmedtmann
Getting It
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
What happens if we have an async function where inside it we return (data), and outside it we console.log(data)?
JavaScript Review
•
Jonas Schmedtmann
Getting It
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
What is the difference between fetch and Async/Await?
JavaScript Review
•
Jonas Schmedtmann
Getting It
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
How does fetch works? can you explain the process?
JavaScript Review
•
Jonas Schmedtmann
Getting It
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
What would you do if you wanted to remove properties from an object? and how can you update an object in an array?
JavaScript Review
•
Jonas Schmedtmann
Getting It
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
What would you do if you want to delete an object by its property in an array?
JavaScript Review
•
Jonas Schmedtmann
Getting It
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
Explain how does sort method works, and does it mutate the original array?
JavaScript Review
•
Jonas Schmedtmann
Getting It
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
Can reduce be used for more than math operations?
JavaScript Review
•
Jonas Schmedtmann
Getting It
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
What does the map, filter, and reduce methods do? how they work?
JavaScript Review
•
Jonas Schmedtmann
Getting It
Flagged
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
How does Optional Chaining work? and why was it added to JavaScript? and can we have multiple of them in one line?
JavaScript Review
•
Jonas Schmedtmann
Getting It
9/1/2025
Click the eye icon to reveal answer
Answer:
No answer yet
1
2
Next