02-05-17

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 than obj == null ? [] : (Array.isArray(obj) ? obj : [obj])
  • that Spotify users have made over 35 million playlists with emojis in their titles