본문 바로가기
알고리즘/CodeWars

[CodeWars] javascript - 6kyu : Returning Strings

by TLOWAC 2020. 8. 10.
기본적인 문제는 문제풀이 없이 Solution만 작성되어 있습니다.

 

Title

Returning Strings

Description

Make a function that will return a greeting statement that uses an input; your program should return, 
"Hello, <name> 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 Code

 

 


Solution

 

 

글 읽어주셔서 감사합니다.

보다 유익한 컨텐츠를 제작할 수 있도록 노력하겠습니다.

-  작성자 이창훈 -

댓글