Is Javascript a Functional Programming Language?

前端 未结 13 879
天涯浪人
天涯浪人 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.

提交回复
热议问题