Fixed | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Fixed

FIXED

27th Jun 2017, 10:53 PM
TheCoder
TheCoder - avatar
5 Respostas
+ 1
Change: if (!elements[element] == "undefined") To: if (elements[element] != "undefined")
27th Jun 2017, 11:08 PM
AgentSmith
0
Oh. Thanks!
27th Jun 2017, 11:09 PM
TheCoder
TheCoder - avatar
0
No problem bro.
27th Jun 2017, 11:11 PM
AgentSmith
0
line 38 is missing a semicolon too btw.
27th Jun 2017, 11:13 PM
ChaoticDawg
ChaoticDawg - avatar
0
Oh I fixed that already
27th Jun 2017, 11:13 PM
TheCoder
TheCoder - avatar