develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 985

  1. Array.from(x) is *so* much clearer than the mess of syntax that is [...x]. Unless I'm concatenating multiple arrays, I always use Array.from(). (And even then it's arguably clearer to do Array.from(x).concat(Array.from(y))) @rauschma/1475555123384537090