Skip to content

Commit 3d13553

Browse files
authored
Update README.md
1 parent c9ed914 commit 3d13553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
|11 | [URLSearchParams](#URLSearchParams)|
1818
|12 | [Count elements in an array](#Count-elements-in-an-array)|
1919
|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)|
2121
|15 | [Freeze an object](#Freeze-an-object)|
2222
|16 | [Printing Object keys and values](#Printing-Object-keys-and-values)|
2323
|17 | [Capture the right click event](#Capture-the-right-click-event)|
2424
|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)|
2525
|19 | [Nullish coalescing operator](#Nullish-coalescing-operator)|
2626
|20 | [Optional chaining](#Optional-chaining)|
2727
|21 | [globalThis](#globalThis)|
28-
|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)|
2929
|23 | [Fire an event listener only once.](#Fire-an-event-listener-only-once)|
3030
|24 | [Vanilla JS toggle](#Vanilla-JS-toggle)|
3131
|25 | [Check if a string is a valid JSON](#Check-if-a-string-is-a-valid-JSON)|

0 commit comments

Comments
 (0)