0 / 12

Start typing a callsign.

Important JavaScript

input.addEventListener("input", function () {
  count.textContent = input.value.length + " / 12";
});