From 4352f7ca6942a41496feb60957deadf839173a20 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 7 Mar 2025 20:50:20 +0000 Subject: [PATCH 01/21] [auto] regenerate table of contents --- README.md | 488 +++++++++++++++++++++++++++--------------------------- 1 file changed, 243 insertions(+), 245 deletions(-) diff --git a/README.md b/README.md index aff1775..ab57f8b 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ The following behavior summarizes the result of accessing the variables before t
- + > Read the [detailed answer](https://www.greatfrontend.com/questions/quiz/explain-hoisting?language=js&tab=quiz) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources. [Back to top ↑](#table-of-contents-top-questions)   /   [✏️ Edit answer](https://github.com/yangshun/top-javascript-interview-questions/edit/main/questions/explain-hoisting/en-US.mdx) @@ -341,7 +341,7 @@ In JavaScript, `let`, `var`, and `const` are all keywords used to declare variab
- + > Read the [detailed answer](https://www.greatfrontend.com/questions/quiz/what-are-the-differences-between-variables-created-using-let-var-or-const?language=js&tab=quiz) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources. [Back to top ↑](#table-of-contents-top-questions)   /   [✏️ Edit answer](https://github.com/yangshun/top-javascript-interview-questions/edit/main/questions/what-are-the-differences-between-variables-created-using-let-var-or-const/en-US.mdx) @@ -363,7 +363,7 @@ In JavaScript, `let`, `var`, and `const` are all keywords used to declare variab
- + > Read the [detailed answer](https://www.greatfrontend.com/questions/quiz/what-is-the-difference-between-double-equal-and-triple-equal?language=js&tab=quiz) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources. [Back to top ↑](#table-of-contents-top-questions)   /   [✏️ Edit answer](https://github.com/yangshun/top-javascript-interview-questions/edit/main/questions/what-is-the-difference-between-double-equal-and-triple-equal/en-US.mdx) @@ -397,7 +397,7 @@ We recommend watching [Lydia's video](https://www.youtube.com/watch?v=eiC58R16hb
- + > Read the [detailed answer](https://www.greatfrontend.com/questions/quiz/what-is-event-loop-what-is-the-difference-between-call-stack-and-task-queue?language=js&tab=quiz) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources. [Back to top ↑](#table-of-contents-top-questions)   /   [✏️ Edit answer](https://github.com/yangshun/top-javascript-interview-questions/edit/main/questions/what-is-event-loop-what-is-the-difference-between-call-stack-and-task-queue/en-US.mdx) @@ -424,7 +424,7 @@ However, do note that:
- + > Read the [detailed answer](https://www.greatfrontend.com/questions/quiz/explain-event-delegation?language=js&tab=quiz) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources. [Back to top ↑](#table-of-contents-top-questions)   /   [✏️ Edit answer](https://github.com/yangshun/top-javascript-interview-questions/edit/main/questions/explain-event-delegation/en-US.mdx) @@ -452,7 +452,7 @@ For an in-depth explanation, do check out [Arnav Aggrawal's article on Medium](h
- + > Read the [detailed answer](https://www.greatfrontend.com/questions/quiz/explain-how-this-works-in-javascript?language=js&tab=quiz) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources. [Back to top ↑](#table-of-contents-top-questions)   /   [✏️ Edit answer](https://github.com/yangshun/top-javascript-interview-questions/edit/main/questions/explain-how-this-works-in-javascript/en-US.mdx) @@ -484,7 +484,7 @@ Here's a table summarizing the 3 client storage mechanisms.
- + > Read the [detailed answer](https://www.greatfrontend.com/questions/quiz/describe-the-difference-between-a-cookie-sessionstorage-and-localstorage?language=js&tab=quiz) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources. [Back to top ↑](#table-of-contents-top-questions)   /   [✏️ Edit answer](https://github.com/yangshun/top-javascript-interview-questions/edit/main/questions/describe-the-difference-between-a-cookie-sessionstorage-and-localstorage/en-US.mdx) @@ -512,7 +512,7 @@ Here's a table summarizing the 3 ways of loading `