get-them-all: changed files naming

This commit is contained in:
Marie Malarme 2021-03-04 15:20:07 +00:00 committed by Clément
parent da01301918
commit 6cd5f9aa3c
3 changed files with 7 additions and 5 deletions

View File

@ -40,12 +40,14 @@ On top of the webpage, each of the four buttons fires a function:
- [`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
### Files
You have at your disposal the following files that you can download to test locally:
You only need to create & submit the JS file `get-them-all.js` ; we're providing you the following files to download (click right and save link) & test locally:
- the HTML file [index.html](/public/subjects/get-them-all/index.html) to open in the browser, which includes:
- the HTML file [get-them-all.html](/public/subjects/get-them-all/get-them-all.html) to open in the browser, which includes:
- the JS script running some code, and which will also allow to run yours
- some data used to generate content
- some CSS pre-styled classes: feel free to use those as they are, or modify them
- the import of the data
- the data file [get-them-all.data.js](/public/subjects/get-them-all/get-them-all.data.js) used to generate content in the HTML

View File

@ -98,7 +98,7 @@ span {
<body>
<script type="module">
import { people } from './data.js'
import { people } from './get-them-all.data.js'
import {
getBonannoPisano,
getActive,