FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Functional-Light JavaScript: A Balanced Book on FP in JS

Kyle Simpson’s written an interesting book that takes a pragmatic look at functional programming concepts in JavaScript. And, yes, you can read it all on GitHub. - https://goo.gl/AKHbXa

#javascript #functional
Functional Programming with Object Arrays

How to use map, filter, and reduce to manipulate arrays of objects, using techniques borrowed from functional programming. - http://bit.ly/2KGmm6p

#functional