
Nathan Sebhastian
Articles
-
Oct 25, 2024 |
freecodecamp.org | Quincy Larson |Joan Ayebola |David Jaja |Nathan Sebhastian
2024 has been an extremely productive year for the freeCodeCamp community. We’ve built up an incredible amount of momentum toward our missioncreating open learning resources for everyone.
-
Feb 26, 2024 |
freecodecamp.org | Nathan Sebhastian
The Geolocation API is a standard API implemented in browsers to retrieve the location of the people who are interacting with a web application. This API enable users to send their location to a web application to enable relevant services, such as seeking a restaurant or hotel near the user. In this article, I'm going to show you how to use the Geolocation API with JavaScript and display a user's current location using a map API.
-
Feb 23, 2024 |
freecodecamp.org | Nathan Sebhastian
The Fetch API is a JavaScript function that you can use to send a request to any Web API URL and get a response. In this article, I'm going to show you how to make HTTP requests to external APIs using the JavaScript Fetch API. You're going to learn how to create GET, POST, PUT/PATCH, and DELETE requests using the Fetch API. To get the most out of this article, you need to have a good understanding of JavaScript promises. You can read my JavaScript Promises article if you need a refresher.
-
Feb 21, 2024 |
freecodecamp.org | Nathan Sebhastian
Map and Set are two JavaScript data structures you can use to store a collection of values, similar to Objects and Arrays. They are specialized data structures that can help you store and manipulate related values. In this tutorial, we will see how Map and Set work in detail and when to use them. We will also explore the Set object composition methods that were recently added to the JavaScript standard.
-
Jan 12, 2024 |
freecodecamp.org | Nathan Sebhastian
The Web Storage API is a set of APIs exposed by the browser so that you can store data in the browser. The data stored in the Web Storage use the key/value pair format, and both data will be stored as strings. There are two types of storage introduced in the Web Storage API: Local Storage and Session Storage. In this article, I’m going to show you how to use the Web Storage API and why it’s useful for web developers.
Try JournoFinder For Free
Search and contact over 1M+ journalist profiles, browse 100M+ articles, and unlock powerful PR tools.
Start Your 7-Day Free Trial →