From bb637487c3a3b145988aeb24076e18f800d801d1 Mon Sep 17 00:00:00 2001 From: Adithya R Pai <46337104+arp55@users.noreply.github.com> Date: Thu, 8 Feb 2024 01:23:25 +0530 Subject: [PATCH 1/3] Hindi translation added for CSR/SSR question --- src/translations/hindi/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/translations/hindi/README.md b/src/translations/hindi/README.md index fda0e3136..7e37d35ca 100644 --- a/src/translations/hindi/README.md +++ b/src/translations/hindi/README.md @@ -58,6 +58,9 @@ lang: hi * आप खुद को किस भूमिका में देखते हैं? * कुकी, सत्र संग्रहण और स्थानीय संग्रहण के बीच का अंतर समझाएं? * जब आप ब्राउज़र में URL दर्ज करते हैं, तो क्या होता है? +* SSR और CSR के बीच अंतर बताएं। पक्ष-विपक्ष पर चर्चा करें. + * क्या आप स्थैतिक प्रतिपादन से परिचित हैं? + * पुनर्जलीकरण? #### [[⬆]](#toc) एच.टी.एम्.एल के प्रश्न: From 166804e43cb14480523e5a8bb9e3cffaa093679f Mon Sep 17 00:00:00 2001 From: Adithya R Pai <46337104+arp55@users.noreply.github.com> Date: Thu, 8 Feb 2024 01:35:37 +0530 Subject: [PATCH 2/3] variable creation question revision --- src/questions/javascript-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/questions/javascript-questions.md b/src/questions/javascript-questions.md index 794a757e1..4ab237508 100644 --- a/src/questions/javascript-questions.md +++ b/src/questions/javascript-questions.md @@ -39,7 +39,7 @@ permalink: /questions/javascript-questions/index.html * Explain the difference between synchronous and asynchronous functions. * What is event loop? * What is the difference between call stack and task queue? -* What are the differences between variables created using `let`, `var` or `const`? +* What are the differences between variables created using `let`, `var` or `const`? What is temporal dead zone? * What are the differences between ES6 class and ES5 function constructors? * Can you offer a use case for the new arrow `=>` function syntax? How does this new syntax differ from other functions? * What advantage is there for using the arrow syntax for a method in a constructor? From 34f1ff059c2218cb8f029e26ad396b0aa14bd0be Mon Sep 17 00:00:00 2001 From: Adithya R Pai <46337104+arp55@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:19:33 +0530 Subject: [PATCH 3/3] TDZ question removed --- src/questions/javascript-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/questions/javascript-questions.md b/src/questions/javascript-questions.md index 4ab237508..794a757e1 100644 --- a/src/questions/javascript-questions.md +++ b/src/questions/javascript-questions.md @@ -39,7 +39,7 @@ permalink: /questions/javascript-questions/index.html * Explain the difference between synchronous and asynchronous functions. * What is event loop? * What is the difference between call stack and task queue? -* What are the differences between variables created using `let`, `var` or `const`? What is temporal dead zone? +* What are the differences between variables created using `let`, `var` or `const`? * What are the differences between ES6 class and ES5 function constructors? * Can you offer a use case for the new arrow `=>` function syntax? How does this new syntax differ from other functions? * What advantage is there for using the arrow syntax for a method in a constructor?