Repeat a Word Twice

Given a string, concatenate it with itself using the + operator and store the result in a variable named doubled.
JavaScript
Console