You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 Create javascript file and paste for example next code:
function myFunction(name,job) {
document.getElementById("demo").innerHTML ="Welcome " + name + ", the " + job + ".";
} Expected result: we should see error marker with error 'document is undefined' Actual result: The error marker does not appear
Close file and open again. Error marker appears. After applying 'quick fix' proposal - all work correct.
The text was updated successfully, but these errors were encountered:
1 Create javascript file and paste for example next code:
function myFunction(name,job) {
document.getElementById("demo").innerHTML ="Welcome " + name + ", the " + job + ".";
}
Expected result: we should see error marker with error 'document is undefined'
Actual result: The error marker does not appear
Close file and open again. Error marker appears. After applying 'quick fix' proposal - all work correct.
The text was updated successfully, but these errors were encountered: