Merge Strings Alternately
Given two strings w1 and w2, merge the strings by adding letters alternately, starting with word1. If one string is longer than the other, append the remaining letters of the longer string at the end.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)