Identify the instruction that cancels this chain-of-thought prompt.
Codejavascript
const problem = "A store had 20 apples, sold 7, then received 5 more. How many now?";
const prompt = `${problem}\nLet's think step by step.\nRespond with only the final number and no explanation.`;