kcalculator/evaluator.js
2022-09-09 01:20:36 +02:00

1 line
70 B
JavaScript

onmessage = e => postMessage(eval(`parseInt(Math.round(${e.data}))`));