Skip to content

Challenge Declare String Variables

Quincy Larson edited this page Aug 20, 2016 · 1 revision

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