0 / 60 seg.

What array is obtained when executing the following code?

const arr = ['banana', 'Apple', 'avocado'];
arr.sort((a, b) => a.localeCompare(b, 'en', { sensitivity: 'base' }));