First 6 weeks
- List all traditional data types in Javascript.
- What is a function called when it is owned by an Object?
- Describe what CSS is used for.
- Explain the difference between a class and ID in CSS. 5 .What is an attribute in an HTML tag? Provide an example.
- What is jQuery and how is it useful?
- How would you select a DOM element using both vanilla JS and jQuery if it were an article with an ID of 'win'.
- Explain block scope. This can also be referred to as lexical scoping.
- When using a constructor to instantiate something, what is the data type that is created?
- Describe Git in your own words.
- What is a client?
- List some of the clients that we have used in class.
- What is a Server?
- Explain how HTTP works.
- What are the five http methods that we have gone over in class?
- What is gulp used for?
- What is a model?
- What is a controller?
- What is a view?
- What is the public folder used for?
- What is a callback?