Updated questions (#536)

* Update general-questions.md

Added questions

* Update general-questions.md

Added questions

* Update testing-questions.md

Added questions
This commit is contained in:
NS61817 2019-11-08 13:53:24 -05:00 committed by Vasiliy Vanchuk
parent 95f99ab117
commit ede977f31d
2 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,6 @@ permalink: /questions/general-questions/index.html
* What does CORS stand for and what issue does it address?
* How did you handle a disagreement with your boss or your collaborator?
* What resources do you use to learn about the latest in front end development and design?
* What skills are needed to be a good front-end developer?
* What role do you see yourself?
* Explain the difference between cookies, session storage, and local storage?

View File

@ -8,3 +8,4 @@ permalink: /questions/testing-questions/index.html
* What tools would you use to test your code's functionality?
* What is the difference between a unit test and a functional/integration test?
* What is the purpose of a code style linting tool?
* What are some of the testing best practices?