+ 1

Does anyone here know how to fix the html code, correct the text and add color and numbers for me?

Does anyone here know how to fix the html code, correct the text and add color and numbers for me? (I'm new to programming so I have little programming experience). See the code here: https://sololearn.com/compiler-playground/W9Rz08X1p54u/?ref=app

17th Jul 2024, 11:54 PM
Nguyễn Viễn
Nguyễn Viễn - avatar
2 odpowiedzi
+ 3
Remove the localstorage and fix the adding function since the value cannot become 6 12 etc. I've added the arrows for testing and basic coloring scheme but you can make your own. https://sololearn.com/compiler-playground/W7UG09mSg57G/?ref=app
18th Jul 2024, 2:05 AM
Lama
Lama - avatar
+ 4
Remove the localstorage property on line 15 in the JS script tab, since the app playground does not have local storage accesss.
18th Jul 2024, 1:52 AM
Chris Coder
Chris Coder - avatar