Skip to content

Instantly share code, notes, and snippets.

View wofockham's full-sized avatar
💭
raging at Microsoft

wofockham

💭
raging at Microsoft
View GitHub Profile

GROUP Groucho

  • What excites or interests you about coding?
  • Can you describe the difference between progressive enhancement and graceful degradation?
  • Explain the importance of standards and standards bodies.
  • Explain some of the pros and cons for CSS animations versus JavaScript animations.

GROUP Harpo

  • What does CORS stand for and what issue does it address?
  • What does a doctype do?
  • What are data- attributes good for?

GROUP Groucho

  • Explain what a single page app is and how to make one SEO-friendly.
  • Explain the differences on the usage of foo between function foo() {} and var foo = function() {}
  • What are some advantages/disadvantages to testing your code?
  • What is the purpose of a code style linting tool?

GROUP Harpo

  • What is the value of foo: var foo = 10 + '20';
  • What does this return: "i'm a lasagna hog".split("").reverse().join("");
  • What is inheritance?