Strange word

Challenge 📝

Resources 📚

Given is a word word. Run through the word and merge every second letter into a new word.

#JavaScript Loops

Easy

unsolved

function strangeWord(word) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag