Merge pull request #291 from CheungJ/master

Change "built in" to "built-in"
This commit is contained in:
Bo-Yi Wu 2015-04-27 09:04:14 +08:00
commit 4bd03e294d
1 changed files with 1 additions and 1 deletions

View File

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