Comments in JavaScript
Consider the following line of code:
debugger; // Debugger
Reformating code turns it into 2 lines:
debugger;
// Debugger
Is there a setting I can change to avoid that or is this a bug?
Thanks,
Amnon
Please sign in to leave a comment.