Skip to content

JavaScript

Boolean – JavaScript

In JavaScript, the possible Boolean values are true and false.

Strings – JavaScript

In JavaScript, strings can be written with single or double quotes.

Logging to the console

Learn how to log messages and values to the console with JavaScript.