Description
In this course you will :
-
Learn the fundamentals of JavaScript and set up your computer for web app development.
-
Learn common programming tools in JavaScript such as conditionals and control flow, functions, arrays, and loops.
-
Learn to use higher-order functions, array methods, objects, and classes in JavaScript.
-
Learn JavaScript's module syntax to write more reusable code, and learn how to manage modern ES6+ JavaScript to work with all browsers.
-
Learn JSX, build your first React Components, and start the Ravenous Project.
-
Create nested components and complete part two of the Ravenous project.
-
Manage component data with React state, and manage multi-component apps using stateless and stateful components.