Eu nĆ£o consigo! / I can't do it! | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Eu nĆ£o consigo! / I can't do it!

Toda vez que eu tento pegar informaƧƵes de um formulĆ”rio, eu simplesmente nĆ£o consigo, toda vez ocorre um erro dizendo que nĆ£o dĆ” para coletar informaƧƵes de null (reading 'elements') / Every time that I try to collect information of a formulary, I simply can't do it, every time occurs an erro saying that it's not possible to collect informations of null (reading 'elements')

1st Mar 2024, 8:46 PM
Vitor Samuel
2 Respostas
0
It would be easier to get help, if you attach your code. Otherwise people may only guess what you are doing wrong, and that would be a waste of time for everyone.
2nd Mar 2024, 4:31 AM
Tibor Santa
Tibor Santa - avatar
0
The error means your trying to read an object's property named 'elements' but the object's value is null hence the property 'elements' can't exist. try sharing the code.
2nd Mar 2024, 4:45 PM
IAmSupreme
IAmSupreme - avatar