Learn Functional Programming in JavaScript

preview_player
Показать описание
JavaScript is a multi-paradigm language that allows you to freely mix and match object-oriented, procedural, and functional paradigms.

Immutability is a core tenet of functional programming. It, along with pure functions, makes it easier to reason about and debug your programs. Functional programming is a paradigm that allows us to write declarative code that is both easier to read and easier to test. I am a huge fan of functional programming in JavaScript as it's really helped me build better applications that are much more bug resilient. You will learn all about why functional programming is awesome and how to get started with functional programming.

In this workshop, learn how to get started with functional programming in JavaScript.

📌 Intro (0:00)
📌 Why Functional Programming (0:02:54)
📌 Higher-order functions (0:06:13)
📌 Map, filter and reduce (0:10:36)
📌 Pure Functions & Immutability (0:32:04)
📌 Closures (0:38:07)
📌 Function Decoration (0:52:33)
📌 Outro (1:01:33)

Find the code here:

💜 Subscribe for more videos 💜

Follow Niall Maher

This video was a live recording from a MeetUp in Dublin, Ireland on functional programming with JavaScript.

#programming #javascript
Рекомендации по теме
Комментарии
Автор

thanks for putting together this workshop. It was insightful, especially, when you covered closures. thanks

triskelioniii
Автор

Your are really good at explaining the concepts

kunalahirrao
Автор

Please make more videos on JavaScript projects beginner to advanced🙏.
this is an awesome video.

vk