Three weeks ago, during JSConf.asia 2016, we announced JavaScript on mbed, which enables developers to write firmware for IoT devices in JavaScript. This is not done by transpiling JavaScript into C++ or Assembly, but rather by running the JerryScript VM ...
Read more »
Writing unit-tests for a private function that is not exported from a module in JavaScript. Let us see how it can be done without refactoring. (more…)
Read more »
In this article, we go through the Cypress Cucumber integration using the Gherkin syntax and explain its principles. (more…)
Read more »
This is a just-for-fun compendium of unconventional ways to write common expressions in JavaScript. Enjoy!
Infinity Infinity is the result of dividing any positive value by 0 or any negative value by...
Read more »