0
Can you tell me how I could improve?
https://sololearn.com/compiler-playground/WdJEyxF5EBC0/?ref=app
2 Antworten
+ 1
it depends on what you need, but: try to improve it, be creative. and if you will get stuck, ask here :-)
+ 1
Pro Gamer 12 Nobody Lot same issues as before.
Still need to put function call inside quotes for onclick on lines 24 and 28.
Still need to separate your CSS and especially your Javascript from your HTML and put them into separate tabs/files.
Could save lot of repetitive code in your achievements by looking for places where you can group achievement conditionals with some nested if statements.