javascript i =1 i++ code example Example: javascript increment x = 0; //pre-increment ++x; //post-increment x++;