Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

// Variable declarations

var studlyCapVar =10;


var properCamelCase;
var titleCaseOver;
var StudyCapVar;
// Variable assignments
studlyCapVar = 10;
properCamelCase = "A String";
titleCaseOver = 9000;

You might also like