DEV Community

Discussion on: Daily Challenge #28 - Kill the Monster!

Collapse
 
nishu1343 profile image
nishu1343

Hello Hao, could u explain these 3 lines.ima beginner and trying to understand

const hits = Math.floor((m - 1) / 3);
const damage = hits * dm;
const health = h - damage;