⎹[1, 2, 3].reduce((acc, num) => acc + num, 0);↵
setTimeout(() => console.log('Delayed execution'), 1000);↵
localStorage.setItem('key', 'value');↵
next dev↵
function add(a, b) { return a + b; }
Start typing to begin!
0s
Progress:0%
WPM
0
Accuracy
100%