From 8bb87517e28ae6bd2c64b1b63546f8e79172b02b Mon Sep 17 00:00:00 2001 From: davhojt Date: Thu, 16 Jun 2022 00:02:01 +0300 Subject: [PATCH] docs(get-them-all): remove code-quotes from links --- subjects/get-them-all/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/get-them-all/README.md b/subjects/get-them-all/README.md index 307823a2..6deefd16 100644 --- a/subjects/get-them-all/README.md +++ b/subjects/get-them-all/README.md @@ -49,8 +49,8 @@ You only need to create & submit the JS file `get-them-all.js`. We're providing ### Notions - [HTML Element](https://developer.mozilla.org/en-US/docs/Web/API/Element) -- [`getElementsByTagName()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByTagName) -- [`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) +- [getElementsByTagName](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByTagName) +- [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)