mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +02:00
Fix arithmetic operators typo (#2565)
This commit is contained in:
committed by
GitHub
parent
7c8be79a1b
commit
97fe8030de
@@ -10,7 +10,7 @@ Arithmetic operators in JavaScript are as follows:
|
||||
- `/` (Division)
|
||||
- `%` (Modulus i.e. Remainder)
|
||||
- `++` (Increment)
|
||||
- `++` (Decrement)
|
||||
- `--` (Decrement)
|
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#arithmetic_operators'>Arithmetic Operators - MDN</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://javascript.info/operators#maths'>Arithmetic Operators - JavaScript.info</BadgeLink>
|
||||
|
Reference in New Issue
Block a user