in , , , , , ,

It really feels good when you’ve finally found an answer

It really feels good when you've finally found an answer | javascript-memes, code-memes, java-memes, coder-memes, errors-memes, node-memes, node.js-memes, function-memes, warning-memes, error-memes, compiler-memes, IT-memes, header-memes, semicolon-memes | ProgrammerHumor.io
javascript-memes, code-memes, java-memes, coder-memes, errors-memes, node-memes, node.js-memes, function-memes, warning-memes, error-memes, compiler-memes, IT-memes, header-memes, semicolon-memes | ProgrammerHumor.io

[text] If the compiler can detect there is a semicolon missing in line 42 then why just it cant put a semicolon itself javascript java code B node.js 19th January 2020 1137 AM . Ambitious Coder S5 Answers NEW ANSWER Sort by Votes v Compilerss errors or warning arent there for nothing. They are here to tell you that something went wrong on a specific line. Even if it knows whats the mistake it isnt his job to correct it. Else it would create even more errors because it doesnt know in which way youve implementing your solution. 4 Imagine a compiler saying Error print is not defined did you mean printf then the compiler replace print with printf. In fact you really want to call a function named print but you forgot including the right header. Then all your code is false and you have to correct the compilers correction manually thats not worth