Help editing Javascript Grade Sheet once again | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help editing Javascript Grade Sheet once again

Yesterday, Andre Daniels helped me by constructing a grade sheet linked below https://code.sololearn.com/WM2Je4dpQI9M/?ref=app Now, I am curious how we could make the page more Interactive, by allowing the user to dynamically add the students names to the page rather then the names already be there on page load, but keeping in mind still to allow the user to grade the students and get a total GPA? So, basically building the grade sheet(table) bigger as the user adds student names. What would this look like?

4th Jun 2018, 10:12 PM
Sushi_Theif
Sushi_Theif - avatar
2 Answers
+ 4
Study how this sheet data being updated.. https://code.sololearn.com/W9uCmsxCX15K/?ref=app
5th Jun 2018, 1:04 AM
Calviղ
Calviղ - avatar
+ 1
im confused. I am having trouble understanding how we push a new Table row into an existing table. Which I guess would go hand in hand with pushing an new empty Array into an already existing Array as well.
5th Jun 2018, 3:15 AM
Sushi_Theif
Sushi_Theif - avatar