Java Script Challenge

In this challenge, we provide you with a noun, a verb, an adjective and an adverb. You need to form a complete sentence using words of your choice, along with the words we provide.

You will need to use the string concatenation operator + to build a new string, using the provided variables: myNoun , myAdjective , myVerb , and myAdverb . You will then assign the formed string to the result variable.

You will also need to account for spaces in your string, so that the final sentence has spaces between all the words. The result should be a complete sentence.

Please, can someone give me a java script code to solve this madLib challenge ?

Hello @Oso, and welcome :wave:

Here around we tend not to give straight-up solution since they are not really beneficial when learning.

Perhaps you can start by showing what code have you tried so far, and we can try to develop from there.

You can also keep going with the following challenges and return to this later