Try your best to answer each question on your own before looking up the answer online. Once you're done writing your first answer, you can google the question and write the best answer you find.
//Your Answer
//Googled Answer
2. What is a css class? How do you use declare one in html? When should you use an id instead of a class?
//Your Answer
//Googled Answer
//Your Answer
//Googled Answer
6. What is block scope that became available in ES6? Include how it differs from javascript's local and global scope, and what variables are block scoped.
//Your Answer
//Googled Answer
7. What is front end development? Can you identify any tools/skills that are uniquely required of front end developers?
//Your Answer
//Googled Answer
8. Choose one of the new ES6 concepts we learned about this week (namely: block scope, classes, and string interpolation) and write example code that demonstrates the concept, with comments to explain what is going on.
//Your Answer
//Googled Answer
//Your Answer
//Googled Answer