illustration for Just Enough Functional Programming in JavaScript

Just Enough Functional Programming in JavaScript

Instructor

Kyle Shevlin
30m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.5
2352
people completed
Bookmark
Download
RSS

In the last few years, the software development industry has seen a resurgence of functional programming. But what is it? And how do you get started?

“Just Enough” is an introduction to functional programming, written in JavaScript, that doesn’t get bogged down in the jargon and mathematical theory that can be so intimidating. Instead, it provides an approachable introduction to the paradigm that will give you the education and confidence you need to start using the programming style right away.

With “Just Enough” as our guide, this course will focus on the foundational knowledge needed to approach any functional language. By the end of the course, you will understand:

  • higher order functions
  • pure functions
  • immutability
  • currying
  • partial application
  • pointfree programming
  • functional composition

In just 30 minutes, you’ll learn more than just enough.

Learner Reviews

  • Ben Patton
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Functional programming is something I really want to be good at so the few courses that are here on egghead are wildly valuable to me.

    They explain things with clarity and depth and I truly appreciate it!

  • momin khalil
    3 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Awesome course, helped me understand functional programming and also get my head around =>...=>

    Keep up the great work

    Thank you.

  • nicoandresr rodriguez
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Great introduction to funcional programming in javascript!

  • Talita Gregory
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Is pretty straight forward. I would recommend that to a colleague that is looking for a quick knowledge transfer :)

  • Daniel Fernandez Arias
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    How will you use what you learned from this course?

    These are great explanations to concepts I can apply directly. to my code without going hardcore into functional programming but at the same time getting great benefits

  • Rohit Jangid
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    All concepts were nicely explained.

Course Content

30m • 11 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.