Sort an Array Alphabetically using the sort Method

Yeah, it’s happening to me too. The only thing that works is arr.sort() :neutral_face: I think it’s a bug.

Yes the answer is just

return arr.sort();

had to imagine