Skip to content

Instantly share code, notes, and snippets.

View nestordelirium's full-sized avatar

nestordelirium

View GitHub Profile
alert('Hej. Napisz tu litere polskiego alfabetu i zobacz, jak ta litera sie pisze w jezyku ukrainskim')
function isRussian(a) {
return /[А-Яа-я]/.test(a)
};
const data = {
'a' : 'а',