output of ++a in js code example Example: javascript increment x = 0; //pre-increment ++x; //post-increment x++;