Skip to content

Commit

Permalink
Remove Quotient operator (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewYHuang authored Jul 3, 2024
1 parent ec00d0e commit df281bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/operators-and-expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ mathematical calculations.
| `/` | Division | Divides one value by another |
| `**` | Exponentiation | Raises one value to the power of another |
| `%` | Remainder | Calculates the remainder on division |
| `//` | Quotient | Divides the numbers then rounds _down_ to the nearest integer |

## Expressions

Expand Down

0 comments on commit df281bf

Please sign in to comment.