Skip to content

Commit f530ee0

Browse files
Update JS.html
1 parent 6da6070 commit f530ee0

1 file changed

Lines changed: 52 additions & 52 deletions

File tree

JS/JS.html

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -83,100 +83,100 @@
8383
<b>
8484
<a href="../JS/JS Introduction.html" target="tagdesc">1. <span class="highlight">Introduction</span> to
8585
JS.</a>
86-
<a href="../JS/Interpreter.html" target="tagdesc">1. <span class="highlight">Interpreter</span> In JS.</a>
87-
<a href="../JS/JavaScript Data Types.html" target="tagdesc">2. <span class="highlight">Data Types</span></a>
88-
<a href="../JS/Variables in JS.html" target="tagdesc">2. <span class="highlight">Variables in JS</span></a>
89-
<a href="../JS/Difference between null and undefined.html" target="tagdesc">3. <span
86+
<a href="../JS/Interpreter.html" target="tagdesc">2. <span class="highlight">Interpreter</span> In JS.</a>
87+
<a href="../JS/JavaScript Data Types.html" target="tagdesc">3. <span class="highlight">Data Types</span></a>
88+
<a href="../JS/Variables in JS.html" target="tagdesc">4. <span class="highlight">Variables in JS</span></a>
89+
<a href="../JS/Difference between null and undefined.html" target="tagdesc">5. <span
9090
class="highlight">null</span> vs <span class="highlight">undefined</span></a>
91-
<a href="../JS/Difference between == and === in JS.html" target="tagdesc">4. <span
91+
<a href="../JS/Difference between == and === in JS.html" target="tagdesc">6. <span
9292
class="highlight">==</span> vs <span class="highlight">===</span></a>
93-
<a href="../JS/Purpose of the “this” Keyword.html" target="tagdesc">5. Purpose of <span
93+
<a href="../JS/Purpose of the “this” Keyword.html" target="tagdesc">7. Purpose of <span
9494
class="highlight">"this"</span> Keyword</a>
95-
<a href="../JS/js-hoisting.html" target="tagdesc">6. <span class="highlight">Hoisting</span> in JS.</a>
96-
<a href="../JS/Difference Between “let”, “const”, and “var”.html" target="tagdesc">7. <span
95+
<a href="../JS/js-hoisting.html" target="tagdesc">8. <span class="highlight">Hoisting</span> in JS.</a>
96+
<a href="../JS/Difference Between “let”, “const”, and “var”.html" target="tagdesc">9. <span
9797
class="highlight">let</span> vs <span class="highlight">const</span> vs <span
9898
class="highlight">var</span></a>
99-
<a href="../JS/Output of the Following Code.html" target="tagdesc">8. Output of <span class="highlight">3 +
99+
<a href="../JS/Output of the Following Code.html" target="tagdesc">10. Output of <span class="highlight">3 +
100100
2 + "7"</span></a>
101-
<a href="../JS/Function Declarations & Expressions.html" target="tagdesc">9. <span class="highlight">Fn
101+
<a href="../JS/Function Declarations & Expressions.html" target="tagdesc">11. <span class="highlight">Fn
102102
Declarations</span> vs <span class="highlight">Fn Expressions</span></a>
103-
<a href="../JS/Inheritance.html" target="tagdesc">10. <span class="highlight">Inheritance</span> in JS.</a>
104-
<a href="../JS/Scope.html" target="tagdesc">11. <span class="highlight">Scope</span> in JS.</a>
105-
<a href="../JS/Closures.html" target="tagdesc">12. <span class="highlight">Closures</span> in JS.</a>
106-
<a href="../JS/Promises.html" target="tagdesc">13. <span class="highlight">Promises</span> in JS.</a>
107-
<a href="../JS/Recursion in JS.html" target="tagdesc">14. <span class="highlight">Recursion</span> in
103+
<a href="../JS/Inheritance.html" target="tagdesc">12. <span class="highlight">Inheritance</span> in JS.</a>
104+
<a href="../JS/Scope.html" target="tagdesc">13. <span class="highlight">Scope</span> in JS.</a>
105+
<a href="../JS/Closures.html" target="tagdesc">14. <span class="highlight">Closures</span> in JS.</a>
106+
<a href="../JS/Promises.html" target="tagdesc">15. <span class="highlight">Promises</span> in JS.</a>
107+
<a href="../JS/Recursion in JS.html" target="tagdesc">16. <span class="highlight">Recursion</span> in
108108
JS.</a>
109-
<a href="../JS/Callback Function in JS.html" target="tagdesc">15. <span class="highlight">Callback
109+
<a href="../JS/Callback Function in JS.html" target="tagdesc">17. <span class="highlight">Callback
110110
Functions</span></a>
111-
<a href="../JS/Synchronous and Asynchronous Programming.html" target="tagdesc">16. <span
111+
<a href="../JS/Synchronous and Asynchronous Programming.html" target="tagdesc">18. <span
112112
class="highlight">Sync</span> vs <span class="highlight">Async</span> Programming</a>
113-
<a href="../JS/Async-Await.html" target="tagdesc">17. <span class="highlight">Async/Await</span> in JS.</a>
114-
<a href="../JS/Handle Errors in JS.html" target="tagdesc">18. <span class="highlight">Error Handling</span>
113+
<a href="../JS/Async-Await.html" target="tagdesc">19. <span class="highlight">Async/Await</span> in JS.</a>
114+
<a href="../JS/Handle Errors in JS.html" target="tagdesc">20. <span class="highlight">Error Handling</span>
115115
in JS.</a>
116-
<a href="../JS/Es6-features.html" target="tagdesc">19. Key <span class="highlight">ES6 Features</span></a>
117-
<a href="../JS/Array-methods.html" target="tagdesc">20. <span class="highlight">Array Methods</span> in
116+
<a href="../JS/Es6-features.html" target="tagdesc">21. Key <span class="highlight">ES6 Features</span></a>
117+
<a href="../JS/Array-methods.html" target="tagdesc">22. <span class="highlight">Array Methods</span> in
118118
JS.</a>
119-
<a href="../JS/Arrow Functions in JS.html" target="tagdesc">21. <span class="highlight">Arrow
119+
<a href="../JS/Arrow Functions in JS.html" target="tagdesc">23. <span class="highlight">Arrow
120120
Functions</span> in JS.</a>
121121
<a href="../JS/Difference Between querySelector and getElementById.html" target="tagdesc">22. <span
122122
class="highlight">querySelector</span> vs <span class="highlight">getElementById</span></a>
123-
<a href="../JS/Event Delegation.html" target="tagdesc">23. <span class="highlight">Event Delegation</span>
123+
<a href="../JS/Event Delegation.html" target="tagdesc">24. <span class="highlight">Event Delegation</span>
124124
in JS.</a>
125-
<a href="../JS/Event loop.html" target="tagdesc">24. <span class="highlight">Event Loop</span> in JS.</a>
126-
<a href="../JS/Difference Between localStorage and sessionStorage.html" target="tagdesc">25. <span
125+
<a href="../JS/Event loop.html" target="tagdesc">25. <span class="highlight">Event Loop</span> in JS.</a>
126+
<a href="../JS/Difference Between localStorage and sessionStorage.html" target="tagdesc">26. <span
127127
class="highlight">localStorage</span> vs <span class="highlight">sessionStorage</span></a>
128-
<a href="../JS/Convert a String to Lowercase.html" target="tagdesc">26. Convert String to <span
128+
<a href="../JS/Convert a String to Lowercase.html" target="tagdesc">27. Convert String to <span
129129
class="highlight">Lowercase</span></a>
130-
<a href="../JS/Difference Between an Array and an Object.html" target="tagdesc">27. <span
130+
<a href="../JS/Difference Between an Array and an Object.html" target="tagdesc">28. <span
131131
class="highlight">Array</span> vs <span class="highlight">Object</span></a>
132-
<a href="../JS/Remove Duplicates From an Array.html" target="tagdesc">28. <span class="highlight">Remove
132+
<a href="../JS/Remove Duplicates From an Array.html" target="tagdesc">29. <span class="highlight">Remove
133133
Duplicates</span> from an Array</a>
134-
<a href="../JS/Different Events.html" target="tagdesc">29. Types of <span class="highlight">Events</span> in
134+
<a href="../JS/Different Events.html" target="tagdesc">20. Types of <span class="highlight">Events</span> in
135135
JS.</a>
136-
<a href="../JS/Types of Errors.html" target="tagdesc">30. <span class="highlight">Types of Errors</span> in
136+
<a href="../JS/Types of Errors.html" target="tagdesc">31. <span class="highlight">Types of Errors</span> in
137137
JS.</a>
138-
<a href="../JS/bind() Method.html" target="tagdesc">31. <span class="highlight">bind()</span> Method</a>
139-
<a href="../JS/Prototypes in JS.html" target="tagdesc">32. <span class="highlight">Prototypes</span> in
138+
<a href="../JS/bind() Method.html" target="tagdesc">32. <span class="highlight">bind()</span> Method</a>
139+
<a href="../JS/Prototypes in JS.html" target="tagdesc">33. <span class="highlight">Prototypes</span> in
140140
JS.</a>
141-
<a href="../JS/Select elements.html" target="tagdesc">33. Ways to <span class="highlight">Select
141+
<a href="../JS/Select elements.html" target="tagdesc">34. Ways to <span class="highlight">Select
142142
Elements</span></a>
143-
<a href="../JS/Modules in JS.html" target="tagdesc">34. <span class="highlight">Modules</span> in JS.</a>
144-
<a href="../JS/React.html" target="tagdesc">35. Basics of <span class="highlight">React.js</span></a>
145-
<a href="../JS/Node.html" target="tagdesc">36. Introduction to <span class="highlight">Node.js</span></a>
146-
<a href="../JS/DOM-manipulation.html" target="tagdesc">37. <span class="highlight">DOM
143+
<a href="../JS/Modules in JS.html" target="tagdesc">35. <span class="highlight">Modules</span> in JS.</a>
144+
<a href="../JS/React.html" target="tagdesc">36. Basics of <span class="highlight">React.js</span></a>
145+
<a href="../JS/Node.html" target="tagdesc">37. Introduction to <span class="highlight">Node.js</span></a>
146+
<a href="../JS/DOM-manipulation.html" target="tagdesc">38. <span class="highlight">DOM
147147
Manipulation</span></a>
148148

149149
<p style="color: rgb(18, 149, 197)">JS Important Interview Programs:</p>
150150

151-
<a href="../JS/Reverse a String.html" target="tagdesc">38. <span class="highlight">Reverse</span> a
151+
<a href="../JS/Reverse a String.html" target="tagdesc">39. <span class="highlight">Reverse</span> a
152152
String</a>
153-
<a href="../JS/Check Palindrome.html" target="tagdesc">39. Check if a <span class="highlight">String is a
153+
<a href="../JS/Check Palindrome.html" target="tagdesc">40. Check if a <span class="highlight">String is a
154154
Palindrome</span></a>
155-
<a href="../JS/Find Factorial.html" target="tagdesc">40. <span class="highlight">Factorial</span> of a
155+
<a href="../JS/Find Factorial.html" target="tagdesc">41. <span class="highlight">Factorial</span> of a
156156
Number</a>
157-
<a href="../JS/Find Largest Number.html" target="tagdesc">41. <span class="highlight">Largest Number</span>
157+
<a href="../JS/Find Largest Number.html" target="tagdesc">42. <span class="highlight">Largest Number</span>
158158
in an Array</a>
159-
<a href="../JS/FizzBuzz Problem.html" target="tagdesc">42. <span class="highlight">FizzBuzz</span>
159+
<a href="../JS/FizzBuzz Problem.html" target="tagdesc">43. <span class="highlight">FizzBuzz</span>
160160
Problem</a>
161-
<a href="../JS/Remove Duplicates.html" target="tagdesc">43. <span class="highlight">Remove Duplicates</span>
161+
<a href="../JS/Remove Duplicates.html" target="tagdesc">44. <span class="highlight">Remove Duplicates</span>
162162
from an Array</a>
163-
<a href="../JS/Check Prime Number.html" target="tagdesc">44. Check if a<span class="highlight"> Number is
163+
<a href="../JS/Check Prime Number.html" target="tagdesc">45. Check if a<span class="highlight"> Number is
164164
Prime</span></a>
165-
<a href="../JS/Generate Fibonacci.html" target="tagdesc">45. Generate <span class="highlight">Fibonacci
165+
<a href="../JS/Generate Fibonacci.html" target="tagdesc">46. Generate <span class="highlight">Fibonacci
166166
Series</span></a>
167-
<a href="../JS/Find Second Largest.html" target="tagdesc">46. Find<span class="highlight"> Second Largest
167+
<a href="../JS/Find Second Largest.html" target="tagdesc">47. Find<span class="highlight"> Second Largest
168168
Number</span> in an Array</a>
169-
<a href="../JS/Check Only Digits.html" target="tagdesc">47. Check if a<span class="highlight"> String
169+
<a href="../JS/Check Only Digits.html" target="tagdesc">48. Check if a<span class="highlight"> String
170170
Contains Only Digits</span></a>
171-
<a href="../JS/Find Missing Number.html" target="tagdesc">48. Find <span class="highlight">Missing
171+
<a href="../JS/Find Missing Number.html" target="tagdesc">49. Find <span class="highlight">Missing
172172
Number</span> in an Array</a>
173-
<a href="../JS/Sort Without sort.html" target="tagdesc">49. <span class="highlight">Sort an Array Without
173+
<a href="../JS/Sort Without sort.html" target="tagdesc">50. <span class="highlight">Sort an Array Without
174174
Using sort()</span></a>
175-
<a href="../JS/Find Character Frequency.html" target="tagdesc">50. Find <span class="highlight">Frequency of
175+
<a href="../JS/Find Character Frequency.html" target="tagdesc">51. Find <span class="highlight">Frequency of
176176
Char in a Str</span></a>
177-
<a href="../JS/Check Array Sorted.html" target="tagdesc">51. Check if an <span class="highlight">Array is
177+
<a href="../JS/Check Array Sorted.html" target="tagdesc">52. Check if an <span class="highlight">Array is
178178
Sorted</span></a>
179-
<a href="../JS/Swap Variables.html" target="tagdesc">52. <span class="highlight">Swap Two Var Without Using
179+
<a href="../JS/Swap Variables.html" target="tagdesc">53. <span class="highlight">Swap Two Var Without Using
180180
Third Var</span></a>
181181
<a href="../JS/Count Vowels Consonants.html" target="tagdesc">54. <span class="highlight">Count Vowels &
182182
Consonants</span> in a String</a>

0 commit comments

Comments
 (0)