- A student know basic of JavaScript, He trying to make a function that concatenate string
"JavaScript"
at the end of his input. This function takes an input or argument as string and return something link below example.
saySomething("Oh nooo!") ➞ "Oh nooo! JavaScript"
saySomething("I am learning") ➞ "I am learning JavaScript"
saySomething("Ii is My first challange of") ➞ "Ii is My first challange of JavaScript"
Please complete your task and get back to me. I want you must write some code otherwise I will not give any solutions