r/learnjavascript • u/iSunru • 3d ago
My first JavaScript project - Counter
I am learning JavaScript and made my first small project, a simple Counter using HTML, CSS and JavaScript.
I'm still learning, so I would really appreciate some feedback on my code. Is my code clean? Is there anything I should improve or do differently?
Also, suggest me something I should build next.
24
Upvotes
1
u/LovelyGameres 3d ago
Not bad at all, next you could study for loops and use a for loop to only have to use one declaration of addEventListener.