SuperSimpleDev / javascript-course

682 stars 552 forks source link

Update 5h.html #51

Open benli22 opened 11 months ago

benli22 commented 11 months ago

In line No. 12 it should be pre increment instead of post increment or it is not showing the correct result when we are clicking the button by using post increment operator. In line No. 22 ,I have used the addition assignment operator to make the code small and identical to other addition lines.