New library I made for fun: JavaScript enums using proxies
JavaScript enums using proxies. Contribute to chasefleming/enum-xyz development by creating an account on GitHub. (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 …