Skip to content

Commit f256fac

Browse files
Update JS.html
1 parent 08f6a5d commit f256fac

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

JS/JS.html

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<b>
6868
<a href="../JS/JS Introduction.html" target="tagdesc">1. <span class="highlight">Introduction</span> to
6969
JS.</a>
70-
<a href="../JS/Interpreter.html" target="tagdesc">2. <span class="highlight">Interpreter</span> In JS.</a>
7170
<a href="../JS/JavaScript Data Types.html" target="tagdesc">3. <span class="highlight">Data Types</span></a>
7271
<a href="../JS/Variables in JS.html" target="tagdesc">4. <span class="highlight">Variables in JS</span></a>
7372
<a href="../JS/Difference between null and undefined.html" target="tagdesc">5. <span
@@ -80,11 +79,8 @@
8079
<a href="../JS/Difference Between “let”, “const”, and “var”.html" target="tagdesc">9. <span
8180
class="highlight">let</span> vs <span class="highlight">const</span> vs <span
8281
class="highlight">var</span></a>
83-
<a href="../JS/Output of the Following Code.html" target="tagdesc">10. Output of <span class="highlight">3 +
84-
2 + "7"</span></a>
8582
<a href="../JS/Function Declarations & Expressions.html" target="tagdesc">11. <span class="highlight">Fn
8683
Declarations</span> vs <span class="highlight">Fn Expressions</span></a>
87-
<a href="../JS/Inheritance.html" target="tagdesc">12. <span class="highlight">Inheritance</span> in JS.</a>
8884
<a href="../JS/Scope.html" target="tagdesc">13. <span class="highlight">Scope</span> in JS.</a>
8985
<a href="../JS/Closures.html" target="tagdesc">14. <span class="highlight">Closures</span> in JS.</a>
9086
<a href="../JS/Promises.html" target="tagdesc">15. <span class="highlight">Promises</span> in JS.</a>
@@ -102,8 +98,6 @@
10298
JS.</a>
10399
<a href="../JS/Arrow Functions in JS.html" target="tagdesc">23. <span class="highlight">Arrow
104100
Functions</span> in JS.</a>
105-
<a href="../JS/Difference Between querySelector and getElementById.html" target="tagdesc">22. <span
106-
class="highlight">querySelector</span> vs <span class="highlight">getElementById</span></a>
107101
<a href="../JS/Event Delegation.html" target="tagdesc">24. <span class="highlight">Event Delegation</span>
108102
in JS.</a>
109103
<a href="../JS/Event loop.html" target="tagdesc">25. <span class="highlight">Event Loop</span> in JS.</a>
@@ -113,20 +107,10 @@
113107
class="highlight">Lowercase</span></a>
114108
<a href="../JS/Difference Between an Array and an Object.html" target="tagdesc">28. <span
115109
class="highlight">Array</span> vs <span class="highlight">Object</span></a>
116-
<a href="../JS/Remove Duplicates From an Array.html" target="tagdesc">29. <span class="highlight">Remove
117-
Duplicates</span> from an Array</a>
118110
<a href="../JS/Different Events.html" target="tagdesc">20. Types of <span class="highlight">Events</span> in
119111
JS.</a>
120-
<a href="../JS/Types of Errors.html" target="tagdesc">31. <span class="highlight">Types of Errors</span> in
121-
JS.</a>
122-
<a href="../JS/bind() Method.html" target="tagdesc">32. <span class="highlight">bind()</span> Method</a>
123-
<a href="../JS/Prototypes in JS.html" target="tagdesc">33. <span class="highlight">Prototypes</span> in
124-
JS.</a>
125112
<a href="../JS/Select elements.html" target="tagdesc">34. Ways to <span class="highlight">Select
126113
Elements</span></a>
127-
<a href="../JS/Modules in JS.html" target="tagdesc">35. <span class="highlight">Modules</span> in JS.</a>
128-
<a href="../JS/React.html" target="tagdesc">36. Basics of <span class="highlight">React.js</span></a>
129-
<a href="../JS/Node.html" target="tagdesc">37. Introduction to <span class="highlight">Node.js</span></a>
130114
<a href="../JS/DOM-manipulation.html" target="tagdesc">38. <span class="highlight">DOM
131115
Manipulation</span></a>
132116

@@ -138,47 +122,31 @@
138122
Palindrome</span></a>
139123
<a href="../JS/Find Factorial.html" target="tagdesc">41. <span class="highlight">Factorial</span> of a
140124
Number</a>
141-
<a href="../JS/Find Largest Number.html" target="tagdesc">42. <span class="highlight">Largest Number</span>
142-
in an Array</a>
143125
<a href="../JS/FizzBuzz Problem.html" target="tagdesc">43. <span class="highlight">FizzBuzz</span>
144126
Problem</a>
145-
<a href="../JS/Remove Duplicates.html" target="tagdesc">44. <span class="highlight">Remove Duplicates</span>
146-
from an Array</a>
147-
<a href="../JS/Check Prime Number.html" target="tagdesc">45. Check if a<span class="highlight"> Number is
148-
Prime</span></a>
149127
<a href="../JS/Generate Fibonacci.html" target="tagdesc">46. Generate <span class="highlight">Fibonacci
150128
Series</span></a>
151129
<a href="../JS/Find Second Largest.html" target="tagdesc">47. Find<span class="highlight"> Second Largest
152130
Number</span> in an Array</a>
153-
<a href="../JS/Check Only Digits.html" target="tagdesc">48. Check if a<span class="highlight"> String
154-
Contains Only Digits</span></a>
155-
<a href="../JS/Find Missing Number.html" target="tagdesc">49. Find <span class="highlight">Missing
156-
Number</span> in an Array</a>
157131
<a href="../JS/Sort Without sort.html" target="tagdesc">50. <span class="highlight">Sort an Array Without
158132
Using sort()</span></a>
159-
<a href="../JS/Find Character Frequency.html" target="tagdesc">51. Find <span class="highlight">Frequency of
160-
Char in a Str</span></a>
161133
<a href="../JS/Check Array Sorted.html" target="tagdesc">52. Check if an <span class="highlight">Array is
162134
Sorted</span></a>
163135
<a href="../JS/Swap Variables.html" target="tagdesc">53. <span class="highlight">Swap Two Var Without Using
164136
Third Var</span></a>
165-
<a href="../JS/Count Vowels Consonants.html" target="tagdesc">54. <span class="highlight">Count Vowels &
166-
Consonants</span> in a String</a>
167137
<a href="../JS/Merge Sort Arrays.html" target="tagdesc">55. <span class="highlight">Merge and Sort Two
168138
Arrays</span></a>
169139
</b>
170140
</div>
171141
</section>
172142
</div>
173-
174143
<!-- Main Content -->
175144
<main>
176145
<section>
177146
<iframe name="tagdesc"></iframe>
178147
</section>
179148
</main>
180149
</div>
181-
182150
<script>
183151
// Add active class to clicked link
184152
const allLinks = document.querySelectorAll(".asideLink a");

0 commit comments

Comments
 (0)