QSet Logo
Public

Company tags

google
ER

@ericq

Created this 5 months ago

Google Javascript Interview questions part-II

Less than 10 submissions

Hi, this is part II javascript interview questions that are commonly asked in Google interviews.

Stop reading

Practice these questions and get feedbacks! It will help you improve your answer.

Ads section

1. Can you explain currying in JavaScript?

2. What is the purpose of the 'use strict' directive?

Please login to your account to view this. Login

3. What is the difference between null and undefined?

4. What are higher-order functions?

5. What are template literals, and how are they used?

6. How do let and const differ?

7. Can you explain destructuring in JavaScript?

8. How does the this keyword function in JavaScript?

9. What is memoization, and how is it implemented?