Skip to content

Commit dd48725

Browse files
authored
Fixing formatting and adding a question to the template (#852)
1 parent 0f2a654 commit dd48725

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/translations/_template/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ permalink: /translations/************/index.html
4949
* What role do you see yourself in?
5050
* Explain the difference between cookies, session storage, and local storage?
5151
* Can you explain what happens when you enter a URL into the browser?
52+
* Describe the difference between SSR and CSR. Discuss the pros and cons.
53+
* Are you familiar with static rendering?
54+
* Rehydration?
5255

5356
#### [[]](#toc) <a name='html'>HTML Questions:</a>
5457

@@ -158,7 +161,7 @@ permalink: /translations/************/index.html
158161
* What is a promise? Where and how would you use promise?
159162
* Discuss how you might use Object Oriented Programming principles when coding with JavaScript.
160163

161-
## Coding questions
164+
#### [[]](#toc) <a name='code-questions'>Coding Questions:</a>
162165
* Make this work:
163166
```javascript
164167
duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
@@ -208,4 +211,4 @@ console.log("foo" && "bar")
208211
* What's a cool project that you've recently worked on?
209212
* What are some things you like about the developer tools you use?
210213
* Who inspires you in the front-end community?
211-
* Do you have any pet projects? What kind?
214+
* Do you have any pet projects? What kind?

0 commit comments

Comments
 (0)