View Product {{ id }} - id == 3, so no warning
View Product {{ id + 5 }} - id + 5 == 8, so no warning
View Product {{ someOtherId }} - someOtherId == undefined, so warn
View Product {{ someOtherId + 5 }} - someOtherId + 5 == 5, so no warning
Warn Count: {{ warnCount }}