There are some additional operators for arithmetic in java script that are very useful. Most of them become more useful later. First are the increment and decrements operators, (++) and (–) respectively. They are pretty simple to use, as you can see from the sample below, but there is something important to notice. These operators may be used as a prefix or suffix, which
(More)…





