From the course: Learning Functional Programming with JavaScript (ES5)

What you should know - JavaScript Tutorial

From the course: Learning Functional Programming with JavaScript (ES5)

Start my 1-month free trial

What you should know

- [Narrator] There are a few basic prerequisites for this course. The first, is a basic knowledge of navigating using the command line. If you know how to use ls to list the contents of a directory, and cd to change directories, that's enough. The second is a basic knowledge of JavaScript Syntax. But even if you've never worked with JavaScript before, the examples I've included throughout this course contain relatively simple syntax, so you should have no problem picking it up. Some knowledge of object-oriented programming may also be helpful for some of the comparisons I'll make between this paradigm and functional programming. A basic knowledge of nodejs will also be helpful for running code on your local machine, but we'll go over how to do that as well. Basically, this course is meant for two kinds of people. The first, is those who have a knowledge of JavaScript, and want to learn how to incorporate functional programming into their code. The second, is those who have a basic knowledge of functional programming, and want to learn how its concepts are expressed in JavaScript.

Contents