mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): 2 typos in the dom click events and web api lecture (#62389)
Co-authored-by: swdev33 <18295918+swdev33@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ An example is the Google Maps API, which you can use to display interactive maps
|
||||
|
||||
There are various types of third-party web APIs, including weather APIs, social media APIs, payment APIs, data APIs, translation APIs, and more. You just need to find the API that fits your needs.
|
||||
|
||||
Web APIs are essential tools for building modern web applications that can interact with various services and data sources. By learning how to leverage their power, you will expanding your toolset for creating dynamic and engaging websites.
|
||||
Web APIs are essential tools for building modern web applications that can interact with various services and data sources. By learning how to leverage their power, you will expand your toolset for creating dynamic and engaging websites.
|
||||
|
||||
# --questions--
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ dashedName: how-do-you-add-attributes-with-setattribute
|
||||
|
||||
You have been used to working with attributes in your HTML and CSS projects. But did you know that you can add attributes to your HTML elements in your JavaScript file?
|
||||
|
||||
In this lecture, you will learn how work with the `setAttribute()` method to add attributes to your HTML elements.
|
||||
In this lecture, you will learn how to work with the `setAttribute()` method to add attributes to your HTML elements.
|
||||
|
||||
Here is the basic syntax:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user