- - {kids.filter(f => f.tally > 0).length} - - nice children •{" "} - - {kids.filter(f => f.tally < 0).length} - naughty children -
-+ + {kids.filter(f => f.tally > 0).length} + + nice children •{" "} + + {kids.filter(f => f.tally < 0).length} + naughty children +
+