API Foundations

These sections introduce the essential skills developers need to work with APIs effectively.

API Intro

  • Overview
  • Syntax
  • Key Concepts

Add subtitle here

In this lesson, you will learn the basics of APIs, including what they are, how they work, and why they are important You will learn proper syntax about js API calls.

Error Handling

  • Throw
  • Try
  • Catch

Add Subtitle

In this lesson, you will learn how to handle errors in your code using try and catch statements. You will also learn how to throw custom errors to make your code more unique.

Asynchronous Calls

  • Async
  • Await
  • Promises

Add Subtitle

In this lesson, you will learn how to work with asynchronous functions in JavaScript. You will learn how to use async and await keywords to handle promises and make your code more reliable.

Data Handling

  • Fetch
  • User Input
  • Display Data

Add Subtitle

In this lesson, you will learn how to fetch data from apis and how to apply this data into your code. You will also learn what error types that come with you API response data.