You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* JavaScript does not support function overloading, because when we try to declare multiple fucntions with different number of parameters, it will consider only last declared function and all other functions will be useless/ignored.