There are some things in JavaScript that seem tedious to write. When I first started learning the language a few years back, I found a few common functions like shuffle and range that are included in the Ruby and Python API, but are just n...
Read more »
stimulus - A modest JavaScript framework for the HTML you already have... (more…)
Read more »
Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automa... (more…)
Read more »
An extension to Lark that generates a Javascript standalone - GitHub - lark-parser/Lark.js: An extension to Lark that generates a Javascript standalone... (more…)
Read more »