|
1 | 1 | # JavaScript-Interview-Questions-
|
2 | 2 | Top JavaScript interview questions
|
| 3 | + |
| 4 | +******************************In progress |
| 5 | + |
| 6 | + |
| 7 | +| S.No | Questions | |
| 8 | +| ------------- | ------------- | |
| 9 | +| 1 | [What is JavaScript](#1-what-is-javascript) |
| 10 | +| 2 | [What are the different data types in JavaScript](#2-what-are-the-different-data-types-in-javascript) | |
| 11 | +| 3 | [What are the different ways to create an Object in JavaScript](#3-what-are-the-different-ways-to-create-an-object-in-javascript) | |
| 12 | +| 4 | [Difference between == and === operators](#4-difference-between--and--operators) | |
| 13 | +| 5 | [Is javascript single-threaded or multi-threaded](#5-is-javascript-single-threaded-or-multi-threaded) | |
| 14 | +| 6 | [What are arrow functions and its features](#6-what-are-arrow-functions-and-its-features) | |
| 15 | +| 7 | [Explain passed by value and passed by reference](#7-explain-passed-by-value-and-passed-by-reference) | |
| 16 | +| 8 | [What do you mean by Synthetic events](#8-what-do-you-mean-by-synthetic-events) | |
| 17 | +| 9 | [What is Prototype and Prototype Inheritance](#9-what-is-prototype-and-prototype-inheritance) | |
| 18 | +| 10 | [What are callback functions](#10-what-are-callback-functions) | |
| 19 | +| 11 | [What is array destructuring](#11-what-is-array-destructuring) | |
| 20 | +| 12 | [What are promises](#12-what-are-promises) | |
| 21 | +| 13 | [Can we combine two arrays using any es6 operators](#13-can-we-combine-two-arrays-using-any-es6-operators) | |
| 22 | +| 14 | [Difference between let, var, const](#14-difference-between-let-var-const) | |
| 23 | +| 15 | [What is Closure](#15-what-is-closure) | |
| 24 | +| 16 | [What is Hoisting](#16-what-is-hoisting) | |
| 25 | +| 17 | [Difference between JSON and Object](#17-difference-between-json-and-object) | |
| 26 | +| 18 | [Difference between Map and filter](#18-difference-between-map-and-filter) | |
| 27 | +| 19 | [Difference between Call, apply, bind](#19-difference-between-call-apply-bind) | |
| 28 | + |
| 29 | +### 1. What is JavaScript |
| 30 | + |
| 31 | +### 2. What are the different data types in JavaScript |
| 32 | + |
| 33 | +### 3. What are the different ways to create an Object in JavaScript |
| 34 | + |
| 35 | +### 4. Difference between "==" and "===" operators |
| 36 | + |
| 37 | +### 5. Is javascript single-threaded or multi-threaded |
| 38 | + |
| 39 | +### 6. What are arrow functions and its features |
| 40 | + |
| 41 | +### 7. Explain passed by value and passed by reference |
| 42 | + |
| 43 | +### 8. What do you mean by Synthetic events |
| 44 | + |
| 45 | +### 9. What is Prototype and Prototype Inheritance |
| 46 | + |
| 47 | +### 10. What are callback functions |
| 48 | + |
| 49 | +### 11. What is array destructuring |
| 50 | + |
| 51 | +### 12. What are promises |
| 52 | + |
| 53 | +### 13. Can we combine two arrays using any es6 operators |
| 54 | + |
| 55 | +### 14. Difference between let, var, const |
| 56 | + |
| 57 | +### 15. What is Closure |
| 58 | + |
| 59 | +### 16. What is Hoisting |
| 60 | + |
| 61 | +### 17. Difference between JSON and Object |
| 62 | + |
| 63 | +### 18. Difference between Map and filter |
| 64 | + |
| 65 | +### 19. Difference between Call, apply, bind |
| 66 | + |
| 67 | +******************************In progress |
| 68 | + |
| 69 | + |
0 commit comments