Rootly logoRootly

Notes

Manage your learning questions and answers

How does Nullish Coalescing operator work? and how is it different from && and ||?

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

What are the falsy values?

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

How does Short Circuiting works? the &&, and the ||, and what is the issue that happens if we depend on them?

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

Difference between Function Declaration and Function Expression ?

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

Explain Template Literals, Ternary Operator, and Arrow Functions & when to use return with it

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

What happens when an Object has two keys with the same name?

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

How and when to use Rest or Spread operators, can they be used with Objects?

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

How to destructure Objects or Arrays?

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

How do you return a JSON response?

Node.js BootcampJonas Schmedtmann
Crystal ClearHas Snippet8/18/2025
Click the eye icon to reveal answer

How do you optimize images in Next.js?

Ultimate React & Next.jsJonas Schmedtmann
Crystal ClearHas Snippet8/15/2025
Click the eye icon to reveal answer

How do you use ES modules in TypeScript?

TypeScript FundamentalsLeo Martins
Getting ItHas Snippet7/31/2025
Click the eye icon to reveal answer

What is the difference between layout.tsx and page.tsx?

Ultimate React & Next.jsJonas Schmedtmann
Crystal Clear7/24/2025
Click the eye icon to reveal answer