Skip to content

Commit

Permalink
Chore(AI): fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Oumaimafisaoui committed Oct 3, 2024
1 parent 6ee801b commit 5f71613
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 @@ -145,7 +145,7 @@ Example:

```js
let swapComponents = ["motor", "sensor", "battery"];
// expect -> ['sensor', 'motor', 'battery'] (last element is untouched)
// expect -> ['sensor', 'motor', 'battery'] (last element remains untouched)
```

> "Programming is like building a robot. You start with the basics, but the fun really begins when you start swapping parts and adding enhancements!"

0 comments on commit 5f71613

Please sign in to comment.