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 »
It is undeniable that a lot has changed in the last few years in the world of JavaScript. This should not come as a surprise. We are… (more…)
Read more »
To introduce more advanced tips and tricks to enable more effective debugging and troubleshooting of JavaScript. (more…)
Read more »
The way you create and access your data can affect your app’s performance. Let’s see how. (more…)
Read more »
Object methods freeze, seal, preventExtensions, isFrozen, isSealed, isExtendable and const keyword — simple examples... (more…)
Read more »