This seems fine to me but I wanted to know if it is ok to have two capital letters in a roll ("AF" in the case below).
let isScoreAFloat = score % 1 !== 0;
If this name is not the best, what name would better convey the possible result of the operation?
Thanks.