Development of an x86 Operating System with native support for JavaScript... (more…)
Read more »
Learn how to create JavaScript word trees and check out a cool JS word tree chart visualizing the text of The Little Prince. (more…)
Read more »
We can update the URL in JavaScript. We've got the APIs pushState and replaceState: // Adds to browser history history.pushState({}, "About Page",... (more…)
Read more »
The latest release of Google's V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V... (more…)
Read more »
It wasn't possible before : only low-level langages as C, C++ or Rust could be compiled into WebAssembly or ASM.JS. NectarJS can now compile a program written in JavaScript into WebAssembly or ASM.JS... (more…)
Read more »