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
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@
17
17
|11 |[URLSearchParams](#URLSearchParams)|
18
18
|12 |[Count elements in an array](#Count-elements-in-an-array)|
19
19
|13 |[Aliases with JavaScript Destructuring](#Aliases-with-JavaScript-Destructuring)|
20
-
|14 |[The Object.is() method determines whether two values are the same value](#The-Object.is()-method-determines-whether-two-values-are-the-same-value)|
20
+
|14 |[The Object.is() method determines whether two values are the same value](#the-objectis-method-determines-whether-two-values-are-the-same-value)|
21
21
|15 |[Freeze an object](#Freeze-an-object)|
22
22
|16 |[Printing Object keys and values](#Printing-Object-keys-and-values)|
23
23
|17 |[Capture the right click event](#Capture-the-right-click-event)|
24
24
|18 |[In HTML5, you can tell the browser when to run your JavaScript code](#In-HTML5,-you-can-tell-the-browser-when-to-run-your-JavaScript-code)|
|22 |[The second argument of JSON.stringify lets you cherry-pick 🍒 keys to serialize.](#The-second-argument-of-JSON.stringify-lets-you-cherry-pick-🍒-keys-to-serialize)|
28
+
|22 |[The second argument of JSON.stringify lets you cherry-pick 🍒 keys to serialize.](#the-second-argument-of-jsonstringify-lets-you-cherry-pick--keys-to-serialize)|
29
29
|23 |[Fire an event listener only once.](#Fire-an-event-listener-only-once)|
30
30
|24 |[Vanilla JS toggle](#Vanilla-JS-toggle)|
31
31
|25 |[Check if a string is a valid JSON](#Check-if-a-string-is-a-valid-JSON)|
0 commit comments