All ChallengesLoading...
Not Solved
Extract even indexed characters
Write a function that takes a string and returns a new string containing only characters at even indices.
Intermediate
sample input: "abcdef"
sample output: ace
Loading...
Test Output: