From 2f765363afde21629c584c52dbad1e40345cabba Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:30:23 +0100 Subject: [PATCH] add condition --- subjects/addfront/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/addfront/README.md b/subjects/addfront/README.md index e0d8e1dc..93bccde8 100644 --- a/subjects/addfront/README.md +++ b/subjects/addfront/README.md @@ -2,7 +2,8 @@ ### Instructions -Write a function that takes a string and a slice of strings, this function will return a new slice of a string with the given string prepended +Write a function that takes a string and a slice of strings, this function will return a new slice of string with the given string prepended +- If the given string is empty you only need to return the given slice ### Expected function