Lisp Macros, explained with JavaScript Hackers in mind
I was in a conversation recently about the power of macros, and the use of syntactic abstraction in building simpler systems. (more…)
Read more »JavaScript is full of events. They are one of the most important features of this language. There are many already existing, built-in events we can use. The most popular probably are:
click, mousemove, keyup, change, submit, etc. The full list you can fin… Read more