Comments
// This is a comment on a single line.
// Another comment line that is not executed.
let x = 1 // Here is another comment after a line of code./* This is a comment which
spans multiple lines. *//* /* this */ is a valid comment *//* this is a // comment up to here */ this is not part of the comment */Last updated