0
Where I'm doing wrong
https://code.sololearn.com/cDO4hLvIRh6W/?ref=app So I've been looking at this code and couldn't find the problem?? Where I'm mistaking and how to solve it
3 Respuestas
+ 5
Lalala mycar3.year = "1999"; remove the double quotes you will get the output check it
https://code.sololearn.com/cSNOKToaqOiN/?ref=app
0
You have quotes on line 28 'car3.year = "1999"' . Remove the quotes then it should work.