codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
257 stars 241 forks source link

Added extra basic maths operators #423

Closed TomHodson91 closed 5 years ago

TomHodson91 commented 5 years ago

Added the modulus, exponentiation, increment and decrement operators after the 'Maths' section. These are basic and commonly used maths operators in JavaScript. To avoid having too many examples in one example snippet and allow for easily digestible information, I've added a new sub-heading called 'More Maths' to contain these new examples.