TIL
- that Basecamp open-sourced their employee handbook
- to use
async / await - that to turn an object into an array,
[].concat(obj)is significantly slower thanobj == null ? [] : (Array.isArray(obj) ? obj : [obj]) - that Spotify users have made over 35 million playlists with emojis in their titles