0
why its not showing the data of all fields
https://code.sololearn.com/WKUcr9YX133O/#html i want to output the data of all fields but its showing the data of only username field.plz explain
2 Respuestas
+ 5
Please don't use document.write method.
Use DOM manipulation to get or add data to display.
https://code.sololearn.com/WthUbF2JfHfO/?ref=app
0
Thanks RDC