Javascript as a functional language

前端 未结 8 2045
别跟我提以往
别跟我提以往 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.

提交回复
热议问题