We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There are a number of different types of content you can work with in JS. We'll go through 3 basic ones.
// Interger 5 // String 'Hello' // Boolean true
These content types can be stored as variables for use in your program.
var greeting = 'Hello';