Functional JavaScript Tutorial - E0: Intro

preview_player
Показать описание
Functional programming is a programming paradigm in which you build programs by
composing functions. The computation is then the evaluation of those functions.
Functional programming focuses on the usage of pure functions and on avoiding
shared, mutable state. This programming paradigm is declarative. Functional code
is usually more concise and easier to test.

JavaScript has its flaws, but at the same time is well adapted to functional
programming. Functions are first-class objects. It is easy to pass them around
as arguments, or to return them from other functions.

In this mini series, we will embark on an exciting journey to learn a bit about
functional programming by using JavaScript. Presented concepts will be mostly
universal and applicable to other programming languages. This series is created with beginners and non-programmers in mind; don't worry, we will take it slowly!

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

So many intermediate fundamentals. Very much appreciate your keen attention to effective programming guidelines.

LanguageSkillz
Автор

Looking forward for this series.
Was not thinking about learning functional programming yet but I always find time for your videos.
Good luck!

yuval
Автор

Your explanation is very clear and makes it easier to understand. Thank you!

faribadadko
Автор

I really like your content you are a great teacher.

soto_aaron
Автор

Nice Series, please work on the sound system

techtravel
Автор

Very good idea. I know you have a plan for the series, but perhaps later series you could talk about functional js in larger projects. How hundreds of functions works together. This aspect is missing in almost all Youtube channels on this topic.

DarrylHebbes
welcome to shbcf.ru