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
In the file "lab1.html", on line 316 (the last block of the Loop section), the assignment code should be: val = Math.random();
In the file "lab1.html", on line 556, the declaration of the manufacturer should be: let manufacturer = 'Tesla';
so the setManufacturer(m) method will work.
The text was updated successfully, but these errors were encountered:
In the file "lab1.html", on line 316 (the last block of the Loop section), the assignment code should be:
val = Math.random();
In the file "lab1.html", on line 556, the declaration of the manufacturer should be:
let manufacturer = 'Tesla';
so the setManufacturer(m) method will work.
The text was updated successfully, but these errors were encountered: