Word Blanks I Can´t get the solution Help

First, there is an extra comma here: myAdverb +,"and it

EDIT: You forgot to add a semicolon here:
var result = “”

EDIT2: Try to add spaces or words between your variables. At this time, the result of your code is:

Mybigdog,ranveryquicklyand it hit a little cat slowly.

Try to modify the code to do this:

My big dog ran very quickly and it hit a little cat slowly.

Have a nice day! :slight_smile: