JavaScript Map

Posted

Don’t be lazy kids.

Don’t

[].map(parseInt)

Do

[].map(function(val) { parseInt(val) })

Also do

[].map(val => parseInt(val))

More posts

Behringer X-Touch Mini

A control surface for Lightroom!

Posted

z-index

Negative z-indexes - Argh!

Posted