Back to JavaScript

Web APIs & Fetch

Interact with servers, handle data, and use browser capabilities.

2 weeks

Topics in this Chapter

1

Fetch API

Make network requests to servers using the modern, promise-based Fetch API.

2

JSON Handling

Parse and stringify JSON, the standard data format for web APIs.

3

localStorage & sessionStorage

Store data on the client-side using the Web Storage API.

4

Cookies

A brief overview of HTTP cookies and their usage.

5

Geolocation API

Access a user's geographical location with their permission.

6

Canvas Basics

Introduction to drawing 2D graphics on the web with the Canvas API.

GeekDost - Roadmaps & Snippets for Developers