Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 30, 2023 09:31 am GMT

Test Your JavaScript Knowledge with These 12 Basic Quizzes!

Do you know JavaScript? If yes, how well are you familiar with JavaScript? In this article, we will go through some common JavaScript questions. Try them out to see your level of familiarity with JavaScript

  1. Variables
    • What is the differences between var, let and const?
    • How to compare two values? What is the difference ==, === and Object.is?
  2. Data types
    • What are data types in JavaScript?
    • What is the difference between Map and Object?
  3. Array
    • What is the difference between slice, split and splice?
  4. Object
    • What is this? What is the difference between call, apply and bind?
    • Can you explain how new operator work?
  5. Function
    • What is arrow function?
    • What is IIFE (Immediately invoked function expression)?
  6. Class
    • What is the difference between class and constructor in JavaScript?
  7. Closures
    • What is closure?
  8. Prototypes
    • What is prototypes?
    • What is prototypal inheritance?
  9. Scope
    • What is scope in JavaScript?
  10. Hoisting
    • What is Hoisting?
  11. Promise/Async await
    • What is Promise?
    • What is Promise.race and Promise.all?
  12. ES6+
    • What is destructuring in JavaScript and how does it work in ES6?
    • Are you aware of the latest updates and features in the latest ES version?

If you're unable to answer it effectively, these helpful links may assist you in finding the solution.

Thanks for reading.

If you like the content, check out the free frontend interview prep resources my friends and I curated at explainthis.io.

I have got frontend engineer offers from both startup and FAANG companies. I would like to help as many people as possible to land a job. If you have any questions regarding to frontend engineering or frontend interview. Feel free to reach out to me at [email protected]


Original Link: https://dev.to/alaster/checking-your-familiarity-with-12-js-fundamentals-c61

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To