counter-missing-key-returns-zero

Status: IN

The `countWords` solution relies on `Counter.__missing__` returning 0 for absent keys — `c2[w] == 1` implicitly rejects words not in `words2` without an explicit membership check.

Source: entries/2026/06/06/count-common-words-with-one-occurrence-solution.md

Depended on by

JSON