Code Snippets

Language: JavaScript

Debounce Function in JS

Classic debounce — delay invoking fn until X ms after the last call.

Author: chris

Array map/filter/reduce

Compose map, filter, and reduce to transform a list of numbers.

Author: chris

Regex with Match Groups

Use named capture groups with the /g flag and matchAll.

Author: chris