+ 1
Can you please solve this error?
I'm having an error in this JavaScript code. Can anyone help me to solve this error? https://code.sololearn.com/Wmi9fZteLKEz.
4 odpowiedzi
+ 6
Line 28 => questions[n].displayQuestion();
You spelled "display" wrongly in your code.
+ 3
it's misspelled: displayQuestion not dispalyQuestion
+ 3
meanwhile there's a comment on your code... posted 28 mins after u posted code which basically says the same
btw, code still has that mistake in it
+ 2
Thanks @Krishna Teja Yeluripati and Marcus.
It was a little mistake but it took my hours.
Again Thanks!