Browse Source

Update README.md

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

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

@ -26,7 +26,7 @@ On top of the webpage, each of the four buttons fires a function:
- the HTML element of the architect you're looking for, whose `id` is `BonannoPisano`
- an array which contains all the remaining active classical architects
> From now on, don't forget to [**export**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export) all the expected functions, so that they can be imported to be tested
> From now on, don't forget to [**export**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export) all the expected functions, so that they can be imported to be tested<br/>
> `export const getArchitects = () => {...}`
### Notions

Loading…
Cancel
Save