From the course: Learning Functional Programming with JavaScript ES6+

What you should know - JavaScript Tutorial

From the course: Learning Functional Programming with JavaScript ES6+

Start my 1-month free trial

What you should know

- [Instructor] To get the most out of this course, there are few prerequisites that it would be helpful for you to know. The first is a basic knowledge of JavaScript, and ideally some experience with ES6 syntax. If you're not already comfortable with ES6 syntax, it's not hard to learn. If you're interested, I'd recommend checking out one of the ES6 courses in our library. It would also be helpful for you to have some experience with basic command line operations. All we'll be using for this course is basic commands like mkdir to make directories, cd to change directories, and ls to see the contents of a directory, as well as a few commands specific to Node.js. Keep in mind also that if you're on Windows, the commands might be a little different. There are articles out there like this one that show many of the basic Linux commands and their Windows equivalents. And finally, since I'll be using it as a reference point throughout this course, a basic knowledge of object-oriented programming concepts would be helpful to have as well. And even if you're not familiar with object-oriented programming, it's not a big deal. You should still be able to follow along comfortably with the examples. While I highly-recommend that you follow along with me as I write the code, I've also included the finished state for all the code that I write in this course in the exercise files for your reference. So basically, this course is for low-intermediate to professional developers who have a desire to improve their code by learning and applying functional concepts. If you fit that description, then this course is definitely for you.

Contents