Code: Select all
console.log();
// console.log(); // after commenting an extra white space is added before whatever you are commenting.
console.log(); // after un-commenting, the extra white space is not removed.
Moderator: kfury77
Code: Select all
console.log();
// console.log(); // after commenting an extra white space is added before whatever you are commenting.
console.log(); // after un-commenting, the extra white space is not removed.