0 / 60 seg.

What value is printed when executing the following code?

const letters = ['z', 'a', 'c'];
letters.sort();
console.log(letters[1]);