Form a Simple Sentence

Given three string variables subject, verb, and object, concatenate them together with spaces to form a sentence. Store the result in a variable called sentence.
JavaScript
Console