var txt = 'hello world';
return txt
}
console.log(helloW())
🙄 const helloWorld = () => 'hello world'
Обсуждают сегодня