News

Ever wondered how JavaScript really works? In this video, we break down the computer science behind the world’s most popular programming language - from source code to execution? Learn how the engine ...
Dittytoy empowers users to create generative music online using a simple Javascript API. Syntax of the API is loosely based on that of Sonic Pi, a code-based music creation and performance tool.
It executes the received JavaScript code directly via new Function(). The called code has the same rights as the host process, so it usually has direct access to the file system and network traffic.