Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
fixes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Smith authored Aug 10, 2018
1 parent 189ec1d commit cc0e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js-events-and-css-classes-ARTICLE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In native JavaScript there are various ways of finding the element ('tag') we're

* [`getElementById`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById)
* [`getElementsByClassName`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName)
* [`getElementsByName`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementByName)
* [`getElementsByName`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByName)
* [`getElementsByTagName`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByTagName)
* [`getElementsByTagNameNS`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByTagNameNS)

Expand Down

0 comments on commit cc0e516

Please sign in to comment.