Skip to content

Challenge Declare String Variables

SaintPeter edited this page · 1 revision
Clone this wiki locally

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';

Something went wrong with that request. Please try again.