You are here: irt.org | FAQ | JavaScript | Misc | Q1535 [ previous next ]
The comments in a script serves one purpose only, to hide the script from browsers that do not recognise the script tag - ancient browsers and some newer ones perhaps (pda minibrowsers - but they really should ignore what is between script tags)
Browsers that do not recognise or handle script tags certainly do not know about js files and therefore any script in js files needn't be commented out.