セクション 3. 章 7
single
Challenge: Remove Duplicates
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a program that creates a new array containing only unique values from an integer array.
To complete the function:
- Iterate through the
numbersarray. - Add each value to a new collection only if it is not already present.
- Return a new array containing all unique values.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください