Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This how we store a piece of text in Javascript. Here’s a couple of examples:

var APPname = "Space Invaders.";

We can use single quotes alternatively:

var FOObar = 'This is a single quoted string.'
  • No labels