the variable declarations.
Maybe this is what you're trying to do?
let counter = fCount = mCount = hCount = 0;
This sets fCount, mCount, hCount to be implicit globals
Обсуждают сегодня