Skip to content

Commit 0a49c1a

Browse files
committed
Merge pull request h5bp#327 from CatTail/patch-1
Don't use jQuery specific terms
2 parents 8e05463 + 74f7cdc commit 0a49c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This file contains a number of front-end interview questions that can be used wh
126126
* Describe event bubbling.
127127
* What's the difference between an "attribute" and a "property"?
128128
* Why is extending built-in JavaScript objects not a good idea?
129-
* Difference between document load event and document ready event?
129+
* Difference between document load event and document DOMContentLoaded event?
130130
* What is the difference between `==` and `===`?
131131
* Explain the same-origin policy with regards to JavaScript.
132132
* Make this work:

0 commit comments

Comments
 (0)