Create a function incrementOperator that declares a variable, increments it using ++, and logs the result.

Output: