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 26b3a37cc0 move subjects to folders 4 years ago
..
README.md move subjects to folders 4 years ago

README.md

Letter Space Number

Instructions

Make a function called letterSpaceNumber that receives a string and returns an array with every instance of a letter, followed by a space, followed by a number only if that number has only one digit and is not followed by any letter.

Notions