JavaScript Closures – what are they used for? Should you care?
Woah, the JS world is moving so fast. Just yesterday I was replacing my jQuery $('#time') with document.getElementById('#time') calls. I…...
Read more »
I think most of us know what WebAssembly is, or at least what it aims to achieve – a standardized solution to the “JavaScript problem”. That is, it is a way to achieve all of the following goals at the same time [0]: Read more