Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

travisliu
Copy link

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

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?)|
Copy link
Owner

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>
Copy link
Owner

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?
Copy link
Owner

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

@travisliu
Copy link
Author

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?
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants