This might not even be an actual question, just a curiosity. I am currently learning up on array.sort()
from MDN-Array.Sort(). It says in the 'Return Value': "The sorted array. Note that the array is sorted in place, and no copy is made."
So my question is could you make a copy of it? and if so how? and if not, why?
My apologies in advance if this seems like a ridiculous question, I am just trying to learn the methods as I go.
Many Thanks