1 line
70 B
JavaScript
1 line
70 B
JavaScript
|
onmessage = e => postMessage(eval(`parseInt(Math.round(${e.data}))`));
|