1. Mocking Axios GET calls with Jest

    Learn how to mock axios HTTP calls

  2. Using async/await correctly

    Learn how to use async/await correctly

  3. Introduction to JavaScript Code formatting and style guides

    Learn about code formatting

  4. Converting a number to a string

    Number to string conversion

  5. Introduction to JavaScript Arrays

    Learn how to use Arrays in JavaScript

  6. ES2015(ES6) Classes

    Learn about Classes

  7. Making HTTP Requests with Fetch API

    Learn how you Fetch API makes HTTP requests easier on the browser.

  8. Truthy and Falsy values in JavaScript

    Learn about the concept of Truthy and Falsy values

  9. Introduction to JavaScript Strings

    Learn about strings and template literal

  10. ES2015(ES6) Template Literals

    Learn about Back-Tics used to define template literals