Skip to content

Commit

Permalink
Chore(listed): Modifying hint for the third instruction and clarify t…
Browse files Browse the repository at this point in the history
…he first
  • Loading branch information
Oumaimafisaoui committed Oct 3, 2024
1 parent bc8290d commit 879c372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/AI.GO/listed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ let replaceComponents = ["motor", "sensor", "battery"];

- You must `swap` the first and second element of the provided `swapComponents` array using a variable `temp`.

_Hint: Use a `temp` variable to store the first element, assign the second element to the first, and then assign `temp` to the second element to complete the swap._
_Hint: Use a `temp` variable to store the first element, you must modify the array swapComponents, not create a new one !_

Example:

Expand Down

0 comments on commit 879c372

Please sign in to comment.