Division

suggest change

The division operator (/) perform arithmetic division on numbers (literals or variables).

console.log(15 / 3); // 5
console.log(15 / 4); // 3.75

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents