Help me to fix it! Please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
21st Mar 2023, 10:11 AM
Ahmad Hasan
Ahmad Hasan - avatar
2 Answers
+ 2
In js delete the last line.
21st Mar 2023, 1:07 PM
SoloProg
SoloProg - avatar
+ 1
You need to put onclicks in the right way. You don’t need to write anything inside the brackets of the name of the onclick function, but to get access to click on different elements, use different names of the onclick <div onclick = "insert()"></div> <div onclick = "del()"></div> ...
21st Mar 2023, 1:20 PM
Knight
Knight - avatar