Merge pull request #327 from CatTail/patch-1

Don't use jQuery specific terms
This commit is contained in:
Darcy Clarke 2016-03-16 15:17:50 -04:00
commit 0a49c1ac1d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ This file contains a number of front-end interview questions that can be used wh
* Describe event bubbling.
* What's the difference between an "attribute" and a "property"?
* Why is extending built-in JavaScript objects not a good idea?
* Difference between document load event and document ready event?
* Difference between document load event and document DOMContentLoaded event?
* What is the difference between `==` and `===`?
* Explain the same-origin policy with regards to JavaScript.
* Make this work: