Constants, globals and nested object namespacing, by convention, use all UPPERCASE for those variable names.
also removed an extra line space from line 142. (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... (more…)
Read more »
I can tell at least that in 3 years, JavaScript will gain more the status of a VM and lose the status of a language. Already today, not… (more…)
Read more »
Transform any javascript code to an equivalent sequence of ()[]{}!+ characters that runs in the browser! - GitHub - alcuadrado/hieroglyphy: Transform any javascript code to an equivalent sequence o... (more…)
Read more »
Cross compile QuickJS interpreter & compiler - Generate static binaries from JS scripts - ctn-malone/quickjs-cross-compiler... (more…)
Read more »