LKL.js is
Linux Kernel Library ported to JavaScript
using Emscripten.
Unlike JSLinux,
LKL.js includes a Linux kernel fully written in JavaScript and runs without
emulators.
For more details,
read my blog post... (more…)
Read more »
Is this another overly hyped article about JavaScript. Perhaps!!! Maybe after reading this you will share my enthusiasm 😁. In 2020 JavaScript will be getting some exciting new features. Most of these features are already in the final stage of proposal an... (more…)
Read more »
◾ `var` is now the weakest signal available when you define a variable in JavaScript. The variable may or may not be reassigned, and the variable may or may not be used for an entire function. ◾ I… (more…)
Read more »
Let's look at how to debug all JavaScript events and log them to the console with a nifty trick.
... (more…)
Read more »