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
//*------- pass a function as an argument to another function/parameter
//? You can pass a function as a parameter to another function.This allows you to create higher-order functions, which are functions that can accept other functions as arguments.