This presentation was recorded at GOTO Chicago 2020. #GOTOcon #GOTOchgo http://gotochgo.com Stuart Langridge - Member of the Web Standards Project's DOM Scri... (more…)
Read more »
The Y combinator is an interesting function which only works with functional languages, showing how... (more…)
Read more »
JavaScript has no security model. The runtime environments do. This post is a primer on how to think about JavaScript code security in Web browsers and Node.js. How Browsers Execute JavaScript Code?JavaScript was created to add interactivity to HTML pages... (more…)
Read more »
In this article we will look at the various ways an object can be copied in Javascript. We will take a look at both shallow and deep copying. While shallow copying is rather straightforward, deep copying is more tricky. Currently, there is a HTML5 specifi... (more…)
Read more »