📄️ Base64 en- and de -coding in Javascript
Using Buffers:
📄️ Check if a variable is a Date object
📄️ Generate range of integers
For ES6
📄️ Javascript oneliners
Ripped from https://javascript.plainenglish.io/17-life-saving-javascript-one-liners-part1-b0b0b32c9f61
📄️ Nested object destructuring
See [https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Destructuringassignment#Nestedobjectandarray_destructuring]
📄️ Pretty print JSON on console
📄️ Random integer within a range of two numbers
`~~` is shortcut for Math.floor()
📄️ Random string
`~~` is shortcut for Math.floor()
📄️ Remove duplicates from array
📄️ Useful destructuring snippets
---
📄️ Useful unicode characters
CODE | CHAR | DESCRIPTION