This title is part of the Full-Stack Web Development Mini-Degree
Ready to take your JavaScript knowledge to the next level? This course will teach you Advanced ES6 JavaScript concepts by building a Cryptocurrency Conversion app, using an API to read data from an external database.
You will learn how to:
- Use and install packages for your project, including NPM, request and URL packages
- Understand difference between ES6 and ES5 JavaScript
- Manage variables – variable hoisting, declaring variables, global variables
- Work with callback functions – how and why to use them, downloading and printing data to the client, mixing them with the this keyword
- Create classes and objects, and understand class inheritance
- Use the conversion function to show the conversion rate to the client