Browse Source

Added some link in the instructions. (#618)

content-update
MarieMalarme 4 years ago committed by GitHub
parent
commit
7c77cbf6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      subjects/get-them-all/README.md

1
subjects/get-them-all/README.md

@ -25,6 +25,7 @@ On top of the webpage, each of the four buttons fires a function which has to re
- [`getElementsByClassName()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName)
- [`getElementById()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById)
- [`querySelectorAll()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll) / [`querySelector()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector)
- ...and bit of CSS that could help with the [`:not` pseudo class](https://developer.mozilla.org/en-US/docs/Web/CSS/:not)
### Provided files

Loading…
Cancel
Save