Javascript mystery command -


i new javascript , have work out program does. in 2 integers compared inequality: <<= don't know , can't find online tutorials tell me. finlay perry

it updates lvalue left-shifting value on right.

var = 1; <<= 2; // leftshift 2 bits,          // in effect multiplying 4, making 4   += 1; // more common (familiar?) example of kind of operator          // add 1, making 5 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -