writer
writer copied to clipboard
"The above..." comment actually talks about code below...
Comments placed on top of the block, yet it "thinks" the code is above the comment:
function test()
{
console.log("test");
/* The above code is a JavaScript code snippet that is logging the string "blah" to the console. */
console.log("blah");
}