We're a place where coders share, stay up-to-date and grow their careers.
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;
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;