Comments
// This is a comment, it will be ignored by the interpreter
let a = "this is a variable defined in a statement";/*
This is a multi-line comment,
it will be ignored by the interpreter
*/
let a = "this is a variable defined in a statement";Last updated