Comments
// This is a single-line comment in JavaScript/* This is a multi-line comment in JavaScript. It can span multiple lines of code. */
Last updated
// This is a single-line comment in JavaScript/*
This is a multi-line comment in JavaScript.
It can span multiple lines of code.
*/Last updated