-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add questions and answers from 40 - 44 #12
base: main
Are you sure you want to change the base?
Conversation
Add more questions and answers: • How Does Destructuring Work in JavaScript, and What Are Its Use Cases? • What Are Template Literals, and How Do They Differ from String Concatenation? • Understanding the Difference Between event.preventDefault() and event.stopPropagation() in JavaScript • Understanding Microtasks vs. Macrotasks in JavaScript
README.md
Outdated
@@ -56,7 +56,10 @@ In writing the answers I was helped by AI and the book "JavaScript: The Definiti | |||
|38. [What is IndexedDB?](#what-is-indexeddb?)| | |||
|39. [What is a module?](#what-is-a-module?)| | |||
|40. [What is a Web API?](#what-is-a-web-api?)| | |||
|
|||
|41. [How Does Destructuring Work in JavaScript, and What Are Its Use Cases?](#How-Does-Destructuring-Work-in-JavaScript-and-What-Are-Its-Use-Cases?)| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@travisliu please write the anchor tags in lowercase as all the others
README.md
Outdated
@@ -2740,3 +2743,233 @@ Web APIs are commonly used for various purposes, such as accessing data from ext | |||
</div> | |||
|
|||
--- | |||
|
|||
<a name="How-Does-Destructuring-Work-in-JavaScript-and-What-Are-Its-Use-Cases?"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lowercase also here
README.md
Outdated
|
||
<a name="How-Does-Destructuring-Work-in-JavaScript-and-What-Are-Its-Use-Cases?"></a> | ||
|
||
## How Does Destructuring Work in JavaScript, and What Are Its Use Cases? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the capitalize in all the titles
Update title case and anchor tags
HI @ir3ne, I have addressed all the requested changes based on the comments. |
|
||
<a name="how-does-destructuring-work-in-javascript-and-what-are-its-use-cases?"></a> | ||
|
||
## How does destructuring work in javascript, and what are its use cases? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@travisliu plase add the number in front of the title in each section as all the others.
Add more questions and answers:
• How Does Destructuring Work in JavaScript, and What Are Its Use Cases?
• What Are Template Literals, and How Do They Differ from String Concatenation?
• Understanding the Difference Between event.preventDefault() and event.stopPropagation() in JavaScript
• Understanding Microtasks vs. Macrotasks in JavaScript