セクション 1. 章 53
single
Challenge: Email Auto-Responder with Default Parameters
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
You are building an automated email responder.
Define a function called generateEmailResponse with the following parameters and default values:
name→"Valued Customer"issue→"a general inquiry"responseTime→"24 hours"
Inside the function:
- Generate an email response message using the provided values.
- Return the full message as a single string. The message should follow this format:
Dear [name],
Thank you for reaching out regarding [issue].
Our support team will review your request and get back to you within [responseTime].
Best regards,
Customer Support Team
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 53
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください