JS

Functions in JavaScript - Functions as value assig...

23.

In JavaScript, functions can be assigned to variables and passed as arguments to other functions. What is this concept called?

Function as value

Function declaration

Function binding

Function hoisting