Code QuizBeginner

Broken Few-Shot Examples

Find the inconsistency that breaks the pattern in this few-shot prompt.

Codejavascript
const prompt = `Translate English to French:
sea otter => loutre de mer
cheese =>
peppermint => menthe poivrée
plush giraffe =>`;

What is the bug in this few-shot prompt?