SuperSimpleDev / javascript-course

708 stars 568 forks source link

Update 5n.html #20

Open Umalatpy opened 1 year ago

Umalatpy commented 1 year ago

If we write let calculation = ''; we will have a string - variable, for us to calculate we need a number-type variable. so we write calculation = 0;