The Javascript void special operator will run an expression but give no return value. You can see the contrast by running an expression without void first, then run the same expression using void. It processes the expression but where there is normally a return value, it is void.