Fixing formatting and adding a question to the template (#852)

This commit is contained in:
Rob Larsen 2023-10-02 14:22:20 -04:00 committed by GitHub
parent 0f2a65421e
commit dd48725aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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>
@ -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]
@ -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?