Async/await and its underlying use of promises are taking the JS world by storm. Now supported by a majority of client and server JS… (more…)
Read more »
Yaphi Berhanu explains why trying to learn JavaScript by working on projects can be misguided, and offers tips on a better approach.
Read more »
The animated ASCII globe surrounded by its own source code. An quine in 1024 bytes of JavaScript. (more…)
Read more »
The goal is to convert a subset (or full set) of Elixir code to JavaScript, providing the ability to write JavaScript in Elixir. This is done by taking the Elixir AST and converting it into JavaScript AST and then to JavaScript code. This is done using th... (more…)
Read more »