[CodeWars] javascript - 6kyu : Returning Strings


[CodeWars] javascript - 6kyu : Returning Strings

기본적인 문제는 문제풀이 없이 Solution만 작성되어 있습니다. Title Returning Strings Description Make a function that will return a greeting statement that uses an input; your program should return, "Hello, how are you doing today?". [ Example Output ] 'Naver'// => "Hello, Naver how are you doing today?". 'Google'// => "Hello, Google how are you doing today?". 'Daum'// => "Hello, Daum how are you doing today?". Test C..


원문링크 : [CodeWars] javascript - 6kyu : Returning Strings