Files
30-seconds-of-code/test/round/round.js
2018-01-09 06:09:49 -05:00

1 line
95 B
JavaScript

module.exports = (n, decimals = 0) => Number(`${Math.round(`${n}e${decimals}`)}e-${decimals}`);