+ 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.

4th Dec 2017, 5:01 PM
Darshil Shah
Darshil Shah - avatar
4 odpowiedzi
+ 6
Line 28 => questions[n].displayQuestion(); You spelled "display" wrongly in your code.
4th Dec 2017, 5:07 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 3
it's misspelled: displayQuestion not dispalyQuestion
4th Dec 2017, 5:06 PM
Marcus Søndergaard
Marcus Søndergaard - avatar
+ 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
4th Dec 2017, 6:41 PM
Illusive Man
Illusive Man - avatar
+ 2
Thanks @Krishna Teja Yeluripati and Marcus. It was a little mistake but it took my hours. Again Thanks!
4th Dec 2017, 5:14 PM
Darshil Shah
Darshil Shah - avatar