Answers for "arondir js"

0

arrondi js

let x = 2.960024578;
let res = x.toFixed(2);
console.log(res);
//2,96
Posted by: Guest on September-17-2020
-1

array js

let fruits = ['Apple', 'Banana']

console.log(fruits.length)
// 2
Posted by: Guest on October-31-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language