Aug 27, 2017 · 1 min read
Hm.
const peopleAbove18 = (collection) => { … }
peopleAbove18 = function(collection) { … }
function peopleAbove18(collection) { … }
Which is shorter?
Hm.
const peopleAbove18 = (collection) => { … }
peopleAbove18 = function(collection) { … }
function peopleAbove18(collection) { … }
Which is shorter?
Written by