|
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)|
|
25 | 25 | |19|[Nullish coalescing operator](#Nullish-coalescing-operator)|
|
26 | 26 | |20|[Optional chaining](#Optional-chaining)|
|
27 | 27 | |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)| |
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)|
|
|