A
Altar
Hi
In Visual Basic I have this numeric expression :
x = 2 ^ i;
if i = 3 the result for x would be 2 * 2 * 2 = 6;
is there any equivalent in javascript for the "^" arithmetic operator ?
thanks in advance
In Visual Basic I have this numeric expression :
x = 2 ^ i;
if i = 3 the result for x would be 2 * 2 * 2 = 6;
is there any equivalent in javascript for the "^" arithmetic operator ?
thanks in advance