This is post # 31 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
I created Sorter a static app in Javascript to organize ideas, tasks and information using bullet points and hashtags. (more…)
Read more »
The set object lets you store unique values of any type, whether primitive values or object references. (more…)
Read more »
Boa v0.15 is now available! After around 3 months of development, we are very happy to present you the newest release of the
Boa JavaScript engine. Boa makes it easy to embed a JS engine in your projects, and you can even use it from WebAssembly. See
the ... (more…)
Read more »
In JavaScript, a commonly touted principle for good performance is to avoid changing the shape of an object. (more…)
Read more »