Skip to content

Challenge Declare String Variables

Rafael J. Rodriguez edited this page May 14, 2016 · 2 revisions

Challenge Declare String Variables

A String variable. It is nothing more than a "string" of characters. JavaScript strings are always wrapped in quotes.

var myFirstName = 'Rafael';

Clone this wiki locally