Define a function with the function keyword:
function
function f {
}
Define a function with ():
()
f(){
Define a function with both the function keyword and ():
function f(){