why its not showing the data of all fields | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

7th Oct 2020, 6:34 AM
Ali Zain
Ali Zain - avatar
2 Answers
+ 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
7th Oct 2020, 7:17 AM
Raj Chhatrala
Raj Chhatrala - avatar
0
Thanks RDC
7th Oct 2020, 7:45 AM
Ali Zain
Ali Zain - avatar