console.log(~~6.62606889);
console.log(0|6.62606889);
console.log(0^6.62606889);
console.log(Math.floor(6.62606889));
console.log(parseInt(6.62606889,10));
Can you think of any other ways to floor?
console.log(~~6.62606889);
console.log(0|6.62606889);
console.log(0^6.62606889);
console.log(Math.floor(6.62606889));
console.log(parseInt(6.62606889,10));
Can you think of any other ways to floor?
For further actions, you may consider blocking this person and/or reporting abuse
João Alisson -
Patricio Salazar -
Velan<> -
Ahmed Rakan -
Top comments (0)