mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 13:00:51 -04:00
fix(curriculum): typo in Understanding Asynchronous Programming intro (#58853)
Co-authored-by: “Iris <“liuirisny@gmail.com”>
This commit is contained in:
@@ -3337,7 +3337,7 @@
|
||||
"lecture-understanding-asynchronous-programming": {
|
||||
"title": "Understanding Asynchronous Programming",
|
||||
"intro": [
|
||||
"In these lecture videos, you will learn about asynchronous programming in JavaScript. You will learn about the differences between synchronous and asynchronous programming, how the <code>asnyc</code> keyword works, the <code>Fetch</code> API, promises, async/await, the <code>Geolocation</code> API, and much more."
|
||||
"In these lecture videos, you will learn about asynchronous programming in JavaScript. You will learn about the differences between synchronous and asynchronous programming, how the <code>async</code> keyword works, the <code>Fetch</code> API, promises, <code>async/await</code>, the <code>Geolocation</code> API, and much more."
|
||||
]
|
||||
},
|
||||
"workshop-fcc-authors-page": {
|
||||
|
||||
Reference in New Issue
Block a user