Functions:
*
Functions
function keyword:
function f {
}
():
f(){
}
function keyword and ():
function f(){
}