Web Developer
See the word “name” in parentheses on the first line? That is called a parameter. It lets us fill in the statement and say “Hi” to whomever we please. In this case, I asked the com…
…I asked the computer to say “Hi” to you on the bottom line. By the way, that bottom line is called “invoking the function”, or in other words, telling the computer to execute the command! While using one function at a tim…