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.
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.