All ChallengesLoading...
Not Solved

Skip every other character

Write a function that takes a string and returns every other character from it.
Intermediate
sample input: "abcdef" 
sample output: ace
Loading...
Test Output: