Javascript as a functional language

前端 未结 8 2063
别跟我提以往
别跟我提以往 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:27

    Higher Order Javascript is a great way to get familiar with the functional aspects of javascript. It's also a relatively short read in case you want to get your feet wet without diving into a larger book.

提交回复
热议问题