Exploring the GIT API with JavaScript
In this tutorial, you will learn how to create HTTP requests using Javascript and work with the GIT API. (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 …