Discord - Andrey T. (@endruan)
I’m a factory worker. I decided to devote my free time to studying Front-end. And change your profession in the near future.
function areYouPlayingBanjo(name) {
if (name.charAt(0).toLowerCase() == 'r') {
return name + " plays banjo";
} else {
return name + " does not play banjo";
}
}
console.log(areYouPlayingBanjo('Jon'));
console.log(areYouPlayingBanjo('Ron'));
Donbass Institute of Technology and Management of the International Scientific and Technical University academician Yuri Bugai
A1 (Elementary)