My Snippets
Archive
Premium
Tirar numero quebrado
user_7544414
javascript
10/06/2024 4:40 AM
108 B
12
Indexable
var num1 = 1.2 var num2 = 3.2 soma = num1 + num2 (soma).toFixed(0) //soma = 4
Editor is loading...
Leave a Comment