セクション 6. 章 3
single
Challenge: Write a Greeting Function
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Implement a function to output a sentence:
- Name the function
myName. - The function should accept one argument,
name. - The
myNamefunction body should contain aconsole.log()statement that prints the sentence"My name is {name}". - Call the
myNamefunction three times with different names.
The output should be:
My name is {name}
My name is {name}
My name is {name}
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 6. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください