function test1 (){
//do something
}
To call out the function above, i just need to write test1();
var check_day = function($select_d){
//do something
};
How can I call out the function which is assigned to a variable?
The same way–call a function using parens ()
:
check_day(the_parameter);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With