Javascript as a functional language

前端 未结 8 2042
别跟我提以往
别跟我提以往 2020-12-02 06:56

I am looking get to grips with functional programming concepts.

I\'ve used Javascript for many years for client side scripting in web applications and apart from usi

相关标签:
8条回答
  • 2020-12-02 07:48

    JavaScript supports first class functions. See Use functional programming techniques to write elegant JavaScript.

    0 讨论(0)
  • 2020-12-02 07:48

    Also, Eloquent JavaScript: Functional Programming chapter.

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