Frontend track

JavaScript interview questions for freshers

Panel-ready Frontend Master questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

21 Easy JavaScript Frontend

What are truthy and falsy values?

Short take Full answer on next page

Simple meaning

Falsy values are false, 0, empty string, null, undefined, and NaN.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
22 Easy JavaScript Frontend

What does the spread operator do?

Short take Full answer on next page

Simple meaning

Spread copies enumerable properties into a new object or array, which we use to update state immutably.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
24 Easy JavaScript Frontend

What is JSON.stringify used for?

Short take Full answer on next page

Simple meaning

It turns a JS value into a JSON string for APIs or localStorage.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
25 Easy DOM Frontend

What does event.preventDefault do?

Short take Full answer on next page

Simple meaning

It stops the browser's default action, like following a link or submitting a form.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
Prev Page 2 of 2
Chat with us