The JavaScript exception "tagged template cannot be used with optional chain" occurs when the tag expression of a tagged template literal is an optional chain, or if there's an optional chain between the tag and the template....chain expression, like this: js String?.raw`Hello, world!`; console...and the template, like this: js String.raw?.`Hello, world!`;...