Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
“Functions are the very best part of JavaScript. It’s where most of the power and the beauty of this language is.” Douglas Crockford Functions can be seen as the JavaScript’… (more…)
Read more »
I am a self-taught software developer, with a passion to learn – from computer science to social interactions... (more…)
Read more »
I thought I knew all the ways to call functions without parentheses: alert`1337` throw onerror=alert,1337 Function`x${'alert\x281337\x29'}x``` 'alert\x281337\x29'instanceof{[Symbol['hasInstance']]:eva... (more…)
Read more »
Parsers are fascinating and in the JavaScript ecosystem they're all around us. With Babel Macros tagged template literals can do more than just embed DSLs, they can be precompiled to become generated code. Let's look at how I built RegHex which let's you ... (more…)
Read more »