Challenge 📝
Resources 📚
Given is an array numbers with different numbers. Return an array in which the first entry is swapped with the last. The rest remains unchanged.
numbers
#JavaScript Arrays
Medium
unsolved