Don't use jQuery specific terms
https://developer.mozilla.org/en-US/docs/Web/Events/DOMContentLoaded
This commit is contained in:
parent
a6f8e7d605
commit
74f7cdc762
|
|
@ -125,7 +125,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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue