Browse Source

[EXTERNAL] 'remove duplicated word' (#2786)

* fixing a typo on the its-a-match subject | PISCINE-JS

* remove duplicated word

* docs(where-do-we-go): fmt with prettier

---------

Co-authored-by: Harry <14015057+HarryVasanth@users.noreply.github.com>
pull/1760/merge
MohcineDev 3 weeks ago committed by GitHub
parent
commit
23aec41a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      subjects/where-do-we-go/README.md

3
subjects/where-do-we-go/README.md

@ -23,7 +23,7 @@ Create a function named `explore`, which creates a page displaying the list of `
### Files ### Files
You only need to create & submit the JS file `where-do-we-go.js`; we're providing you the following files to download and test test locally: You only need to create & submit the JS file `where-do-we-go.js`; we're providing you the following files to download and test locally:
- the HTML file [where-do-we-go.html](./where-do-we-go.html) to open in the browser, which includes: - the HTML file [where-do-we-go.html](./where-do-we-go.html) to open in the browser, which includes:
@ -34,6 +34,7 @@ You only need to create & submit the JS file `where-do-we-go.js`; we're providin
- feel free to use the CSS file [where-do-we-go.data.css](./where-do-we-go.data.css) as it is or you can also modify it. - feel free to use the CSS file [where-do-we-go.data.css](./where-do-we-go.data.css) as it is or you can also modify it.
- you can get the images to be used in this [compressed folder](https://assets.01-edu.org/where-do-we-go_images.zip) or you can get them in the where-do-we-go_images folder from the public URL. Example: `https://public.01-edu.org/subjects/where-do-we-go/where-do-we-go_images/arlit.jpg - you can get the images to be used in this [compressed folder](https://assets.01-edu.org/where-do-we-go_images.zip) or you can get them in the where-do-we-go_images folder from the public URL. Example: `https://public.01-edu.org/subjects/where-do-we-go/where-do-we-go_images/arlit.jpg
### Expected result ### Expected result
You can see an example of the expected result [here](https://youtu.be/BLxNi1WH6_0) You can see an example of the expected result [here](https://youtu.be/BLxNi1WH6_0)

Loading…
Cancel
Save