function test1 (){ //do something }
To call out the function above, i just need to write test1();
test1();
var check_day =
The same way–call a function using parens ():
()
check_day(the_parameter);