You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Clement Denis 3cdfd1a34c discovery-piscine: update exercises and test 3 years ago
..
README.md discovery-piscine: update exercises and test 3 years ago

README.md

Words

Instructions

Split the provided variable sentence using spaces as separator to create an array of words. You will assign the result to a words variable that you will declare.

Hint: Check the link below to see what the method split does and how to use it.

Notions