It would be trivial to allow all possible languages with toLocaleString[0]:
d = new Date(); console.log(d.toLocaleString(window.navigator.language, { weekday: 'short' }));