Skip to content

Commit a2a75d1

Browse files
authored
Update README.md
1 parent 12f4214 commit a2a75d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6946,6 +6946,9 @@ Disadvantages:
69466946

69476947
<!-- QUESTIONS:BASIC:START -->
69486948

6949+
| No. | Questions | Level |
6950+
| --- | :-- | :-- |
6951+
69496952
| 1 | [Explain the concept of "hoisting" in JavaScript](#explain-the-concept-of-hoisting-in-javascript) | Basic |
69506953
| 2 | [What are the differences between JavaScript variables created using `let`, `var` or `const`?](#what-are-the-differences-between-javascript-variables-created-using-let-var-or-const) | Basic |
69516954
| 3 | [What is the difference between `==` and `===` in JavaScript?](#what-is-the-difference-between--and--in-javascript) | Basic |
@@ -7289,6 +7292,7 @@ Disadvantages:
72897292
98. [What is the spread operator and how is it used?](#what-is-the-spread-operator-and-how-is-it-used)
72907293
99. [What is the ternary operator and how is it used?](#what-is-the-ternary-operator-and-how-is-it-used)
72917294
100. [What is the use of `Promise.all()`](#what-is-the-use-of-promiseall)
7295+
72927296
1. [What's a typical use case for anonymous functions in JavaScript?](#whats-a-typical-use-case-for-anonymous-functions-in-javascript)
72937297
2. [What is a closure in JavaScript, and how/why would you use one?](#what-is-a-closure-in-javascript-and-howwhy-would-you-use-one)
72947298
3. [What are the pros and cons of using Promises instead of callbacks in JavaScript?](#what-are-the-pros-and-cons-of-using-promises-instead-of-callbacks-in-javascript)

0 commit comments

Comments
 (0)