JerryScript is an ultra-lightweight JavaScript engine developed by Samsung for use in Internet of Things devices. It has a small memory footprint of only 3KB and implements the full ECMAScript 5.1 standard. JerryScript runs on microcontrollers and small devices like the Particle Photon. A demo showed a multiplayer Pong game running on a Photon and Raspberry Pi communicating over 6LoWPAN wireless with one device driving each LED display. JerryScript provides a way to use JavaScript and web developers' skills for programming embedded devices.