In the following example, we see the following concepts introduced: \n - this is a programming convention for introducing a new line into the text output. ! - this is a way to reverse the boolean value of a variable. read it as the word 'not' ++ - this increments a variable by making it one greater. confirm - this is a function available in javascript that returns a TRUE or FALSE value which can be captured in the 'proceed' variable