higher-order-functionsJavaScriptHigher Order FunctionsMediumWhat defines a higher-order function?1A function that takes functions as arguments and/or returns a function2A function that runs faster than others3A function declared with function*4A function that can only be called onceBack to list