Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. (more…)
Read more »
Experimentation is very important in our industry. Before succeeding one time, we may need to fail ten times. This is why reducing the time it takes to run our experiments, can dramatically increase… (more…)
Read more »
I was stuck with a rather boring task last week. I had to clone my work from GitHub to GitLab, clean up the projects list and append some… (more…)
Read more »
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 »
To create whitestorm.js app you should make a basic HTML document with html, head and body tags. Next step is to include Whitestorm.js to the document and main app script file. You can do it simply using script tag. (more…)
Read more »