BetoValle Messages: 204 Registered: September 2020 Location: Brasil Valinhos SP
Experienced Member
It is important to highlight that:
function abc() {; // <------------- in this situation the compiler "will not" point to the line where the error occurred!!!
function abc() }; // <------------- in this situation the compiler "will" point to the line where the error occurred!!!