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