Browse Source

docs(returns): correct grammar

pull/1068/head
davhojt 2 years ago
parent
commit
4bb2147297
No known key found for this signature in database
GPG Key ID: C8C3C515E7AF0D2D
  1. 10
      subjects/returns/README.md

10
subjects/returns/README.md

@ -4,11 +4,11 @@
Create the following functions: Create the following functions:
- `id` that takes one argument and return it - `id` that takes one argument and returns it.
- `getLength` that takes an array or a string and return its length - `getLength` that takes an array or a string and returns its length.
### Notions ### Notions
- [nan-academy.github.io/js-training/examples/functions](https://nan-academy.github.io/js-training/examples/functions.js) - [Functions](https://nan-academy.github.io/js-training/examples/functions.js)
- [nan-academy.github.io/js-training/examples/data-structures](https://nan-academy.github.io/js-training/examples/data-structures.js) - [Data Structures](https://nan-academy.github.io/js-training/examples/data-structures.js)
- [nan-academy.github.io/js-training/examples/get](https://nan-academy.github.io/js-training/examples/get.js) - [Get](https://nan-academy.github.io/js-training/examples/get.js)

Loading…
Cancel
Save