diff --git a/src/questions/general-questions.md b/src/questions/general-questions.md index b58f244..998a100 100644 --- a/src/questions/general-questions.md +++ b/src/questions/general-questions.md @@ -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? diff --git a/src/questions/testing-questions.md b/src/questions/testing-questions.md index 4bc0fe6..d491218 100644 --- a/src/questions/testing-questions.md +++ b/src/questions/testing-questions.md @@ -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?