Run JavaScript (Node.js) online with stdin support.
Runtime: Node.js runtime.
console.log("Hello, world!"); const nums = [3, 1, 4, 1, 5, 9].sort((a, b) => a - b); console.log("Sorted:", nums);