Learn Form Validation by Building a Calorie Counter - Step 38

targetId is delcared as const it cannot be reassigned, nor it is expected. Try concatenating needed string to the targetId when passing argument to querySelector.