Is Javascript a Functional Programming Language?

前端 未结 13 848
天涯浪人
天涯浪人 2020-12-04 05:22

Just because functions are first class objects, there are closures, and higher order functions, does Javascript deserve to be called a Functional Programming language? The

相关标签:
13条回答
  • 2020-12-04 06:00

    I would say that it is a multi-paradigm language.

    EDIT: It's multi-paradigm and includes functional constructs.

    0 讨论(0)
提交回复
热议问题