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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,8 @@ Every contribution counts, regardless of its size. I value and appreciate the ef
110
110
| 91 |[Does JavaScript support automatic type conversion](#91-does-javascript-support-automatic-type-conversion)|
111
111
| 92 |[What is variable shadowing in javascript](#92-what-is-variable-shadowing-in-javascript)|
112
112
| 93 |[What is ternary operator](#93-what-is-ternary-operator)|
113
+
| 94 |[Difference between Sparse array and Dense array](#94-difference-between-sparse-array-and-dense-array)|
114
+
| 95 |[How does the length property behave in dense vs sparse arrays in JavaScript](#95-how-does-the-length-property-behave-in-dense-vs-sparse-arrays-in-javascript)|
113
115
114
116
### 1. What is JavaScript
115
117
* JavaScript is a scripting language used to create dynamic and interactive websites. It is supported by all major web browsers.
0 commit comments