Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tilbot committed Mar 9, 2024
1 parent a9556a8 commit 1163866
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ I also keep collections of links I come across on [Raindrop](https://raindrop.io

---

Last updated: Fri Mar 01 2024, 15:48:12 GMT+0000 (Coordinated Universal Time).
Last updated: Sat Mar 09 2024, 21:07:20 GMT+0000 (Coordinated Universal Time).

37 TILs so far:
39 TILs so far:

## bash

Expand Down Expand Up @@ -51,10 +51,15 @@ Last updated: Fri Mar 01 2024, 15:48:12 GMT+0000 (Coordinated Universal Time).
- [Event Delegation in JavaScript](/javascript/event-delegation.md)
- [How to Not Fill Up an `Array`](/javascript/filling-up-array.md)
- [Remove the Duplicate Elements from the Array of Objects](/javascript/remove-duplicates-from-array-of-objects.md)
- [A Better Number() and Number.parseFloat()](/javascript/safe-number-parse.md)
- [Sort Alphabetically](/javascript/sort-alphabetically.md)
- [Sort Array of Numbers](/javascript/sort-numbers.md)
- [Be informed of when a browser document is visible](/javascript/visibility-of-browser-document.md)

## node

- [How to run multiple scripts simultaneously](/node/run-multiple-scripts.md)

## react

- [React Hooks in a Nutshell](/react/react-hooks.md)
Expand Down

0 comments on commit 1163866

Please sign in to comment.