Browse Source

docs(concat-str): correct grammar

pull/1068/head
davhojt 2 years ago
parent
commit
57f3844ddd
No known key found for this signature in database
GPG Key ID: C8C3C515E7AF0D2D
  1. 6
      subjects/concat-str/README.md

6
subjects/concat-str/README.md

@ -2,9 +2,9 @@
### Instructions
Create a `concatStr` function that takes 2 arguments and concatenate them
Create a function named `concatStr` which takes 2 arguments and concatenates them.
### Notions
- [nan-academy.github.io/js-training/examples/functions.js](https://nan-academy.github.io/js-training/examples/functions.js)
- [nan-academy.github.io/js-training/examples/primitive-and-operators.js](https://nan-academy.github.io/js-training/examples/primitive-and-operators.js)
- [Functions.js](https://nan-academy.github.io/js-training/examples/functions.js)
- [Primitive and Operators.js](https://nan-academy.github.io/js-training/examples/primitive-and-operators.js)

Loading…
Cancel
Save