Following are the javascript basic functions:
A JavaScript function is a block of code designed to perform a particular task.
The context Property for a function call can be specified using the function-built-in methods call() and apply().
Javascript variables have two scopes local and global scope.
A callback function is executed after the current effect is completed.