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

Cut

Instructions

Using the .slice method and the provided alphabet variable which is a string of all the character in an alphabet:

  • Declare a cutFirst variable that removes the 10 first characters of alphabet.
  • Declare a cutLast variable that removes the 3 last characters of alphabet.
  • Declare a cutFirstLast variable that remove the 5 first characters and 6 last characters of alphabet.

Notions