W
Wyseguy79
I am looking at a line of code in javascript that I dont understand...
var ad = n % nn;
What I dont understand is what the % represents as a mathmatical
function in javascript.
If anyone could explain what its doing, that would be great.
Thanks.
var ad = n % nn;
What I dont understand is what the % represents as a mathmatical
function in javascript.
If anyone could explain what its doing, that would be great.
Thanks.