Browse Source

verydisco - add Math functions to readme

content-update
Louise Foussat 3 years ago committed by Clément
parent
commit
bf744fe353
  1. 2
      subjects/verydisco-reverso/README.md
  2. 3
      subjects/verydisco/README.md

2
subjects/verydisco-reverso/README.md

@ -14,7 +14,7 @@ For example:
### Notions
- [Node file system: `readFile`](https://nodejs.org/api/fs.html#fs_fspromises_writefile_file_data_options)
<!-- and also Math.floors ? -->
- [`Math.floor()` function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/floor)
<!--
again?
- [Node path: `resolve`](https://nodejs.org/api/path.html#path_path_resolve_paths)

3
subjects/verydisco/README.md

@ -23,5 +23,4 @@ For example:
- [`includes()` method](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes)
- [`split()` method](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split)
- [`join()` method](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/join)
<!-- and also Math.ceil ? -->
- [`Math.ceil()` function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/ceil)

Loading…
Cancel
Save