JavaScript playground
const msg = "Hello, World!" console.log(msg)
This playground does not require a server.
JavaScript is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. It is best known as the scripting language for web pages.