Higher-order functions improve code __________ by allowing for more abstract and concise code.

  • Efficiency
  • Readability
  • Performance
  • Execution
By using higher-order functions, code becomes more readable and expressive. It abstracts away the details of how a particular operation is performed, making the code concise and easier to understand.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *