Offline JS Playground runs JavaScript in the browser, so it supports modern ES6+ syntax, including arrow functions, classes, and template literals. However, it cannot import external modules or use Node.js‑specific APIs, as it operates purely in the client environment.