Update 03_booleans_operators_date.md

pull/243/head
ReiiNoki 4 years ago committed by GitHub
parent 97f84bf65f
commit 57ba5c2c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -254,7 +254,7 @@ let isMarried = !false // true
### Increment Operator ### Increment Operator
In JavaScrip we use the increment operator to increase a value stored in a variable. The increment could be pre or post increment. Let us see each of them: In JavaScript we use the increment operator to increase a value stored in a variable. The increment could be pre or post increment. Let us see each of them:
1. Pre-increment 1. Pre-increment

Loading…
Cancel
Save