No surprises there, right? As we called greeting() twice, the contents inside the function body were executed twice.
greeting()
Remember that we need parentheses after the function name if we wish to use our function.