Browse Source

add condition

1277-skiptheline
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
61e2eb5ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      subjects/addfront/README.md

3
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

Loading…
Cancel
Save