Path: blob/main/files/en-us/web/javascript/reference/operators/division/index.md
6552 views
------{{jsSidebar("Operators")}}
The division (/) operator produces the quotient of its operands where the left operand is the dividend and the right operand is the divisor.
{{EmbedInteractiveExample("pages/js/expressions-division.html")}}
Syntax
Examples
Basic division
Division by zero
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}