セクション 3. 章 5
single
Challenge: Variable Operations Practice
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
- Create a function named
manipulateNum. - Inside the function, create the variable
numand assign it the value29. - Increase the
numvariable by99. - Decrease the
numvariable by23. - The function should return an array with the three intermediate values of
numafter each operation:[29, 128, 105].
Do not print the values. Only return them from the function as an array in the specified order.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください