Progtype

Use tab to indent correctly, spaces comming soon-ish?

Total time: 0m 0s 0ms

const numbers = [1, 2, 3, 4, 5];
const squaredNumbers = numbers.map(num => num ** 2);