From 57f3844dddd153f2c66d0620bf3ef83e73fb8db0 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sat, 30 Apr 2022 00:09:18 +0100 Subject: [PATCH] docs(concat-str): correct grammar --- subjects/concat-str/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/concat-str/README.md b/subjects/concat-str/README.md index a7bb735d..5653dd77 100644 --- a/subjects/concat-str/README.md +++ b/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)