Skip to content

Commit

Permalink
Fixing formatting and adding a question to the template (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Oct 2, 2023
1 parent 0f2a654 commit dd48725
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/translations/_template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <a name='html'>HTML Questions:</a>

Expand Down Expand Up @@ -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) <a name='code-questions'>Coding Questions:</a>
* Make this work:
```javascript
duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
Expand Down Expand Up @@ -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?
* Do you have any pet projects? What kind?

0 comments on commit dd48725

Please sign in to comment.