public/subjects/duplicate
Chris 5ff30bcf33 discovery-piscine: add subjects and tests
merge hello-there subject
2021-03-29 00:33:49 +01:00
..
README.md discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00

README.md

Duplicate

Sometimes in life, and in learning, it's important to repeat yourself.

Let's use string placeholders to duplicate a string, so that we can make sure we get our point across.

Instructions

Declare a variable duplicate that repeat the provided variable sentence, separated by a , and add an ! at the end.

so if sentence would be Hello there, we expect Hello there, Hello there !.