22
13
1.6923076923076923
1.6923076923076923
JavaScript Built In Operator /=
View Source...
This is an operator designated for assigment duty and division. This operator is a combination of both jobs and divides variables as well as assigns values to variables in JavaScript. An example of a/=b is the same as a=a/b.