You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6946,6 +6946,9 @@ Disadvantages:
6946
6946
6947
6947
<!-- QUESTIONS:BASIC:START -->
6948
6948
6949
+
| No. | Questions | Level |
6950
+
| --- | :-- | :-- |
6951
+
6949
6952
| 1 |[Explain the concept of "hoisting" in JavaScript](#explain-the-concept-of-hoisting-in-javascript)| Basic |
6950
6953
| 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 |
6951
6954
| 3 |[What is the difference between `==` and `===` in JavaScript?](#what-is-the-difference-between--and--in-javascript)| Basic |
@@ -7289,6 +7292,7 @@ Disadvantages:
7289
7292
98.[What is the spread operator and how is it used?](#what-is-the-spread-operator-and-how-is-it-used)
7290
7293
99.[What is the ternary operator and how is it used?](#what-is-the-ternary-operator-and-how-is-it-used)
7291
7294
100.[What is the use of `Promise.all()`](#what-is-the-use-of-promiseall)
7295
+
7292
7296
1.[What's a typical use case for anonymous functions in JavaScript?](#whats-a-typical-use-case-for-anonymous-functions-in-javascript)
7293
7297
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)
7294
7298
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