From dd48725aeee11a7cb9a7e1232490c84442743d1a Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Mon, 2 Oct 2023 14:22:20 -0400 Subject: [PATCH] Fixing formatting and adding a question to the template (#852) --- src/translations/_template/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/translations/_template/README.md b/src/translations/_template/README.md index adb190393..5272da797 100644 --- a/src/translations/_template/README.md +++ b/src/translations/_template/README.md @@ -49,6 +49,9 @@ permalink: /translations/************/index.html * What role do you see yourself in? * Explain the difference between cookies, session storage, and local storage? * Can you explain what happens when you enter a URL into the browser? +* Describe the difference between SSR and CSR. Discuss the pros and cons. + * Are you familiar with static rendering? + * Rehydration? #### [[⬆]](#toc) HTML Questions: @@ -158,7 +161,7 @@ permalink: /translations/************/index.html * What is a promise? Where and how would you use promise? * Discuss how you might use Object Oriented Programming principles when coding with JavaScript. -## Coding questions +#### [[⬆]](#toc) Coding Questions: * Make this work: ```javascript duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5] @@ -208,4 +211,4 @@ console.log("foo" && "bar") * What's a cool project that you've recently worked on? * What are some things you like about the developer tools you use? * Who inspires you in the front-end community? -* Do you have any pet projects? What kind? \ No newline at end of file +* Do you have any pet projects? What kind?