TylerRosen
4/20/2017 - 1:50 AM

Notes from Mock Interview

1. Know what XML is (Alternative to json, can use in JavaScript)
2. Add technologies listed in the job description, relate to personal experience
3. Know difference between React and Angular
4. Put CSS link in head so CSS loads before document loads, HTML load before js
5. Handlebars is HTML template
6. Know difference between class and ID
7. Know how floats work (keep in mind width, stacks elements together)
8. Clear float (clear: both;)
9. Z axis lets user layer things, 3rd dimension of CSS
10. * { in CSS applies to entire page
11. REST framworks: GET, POST, PUT, DELETE