Run JavaScript (Node.js) online with stdin support. Node.js runtime.
Looking for more? Try the multi-language IDE, or jump into real online assessment questions.
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);