I want to learn how to code and create beautiful things; I love it. I have good interpersonal skills and am eager to learn and develop new ones. I am reliable and often eager to take on new responsibilities in a variety of fields. I have some knowledge of JS, HTML, and CSS.
function num(it) {
if (it < 10) {
return 'Меньше 10';
} else if (it < 20) {
return 'От 10 до 19';
} else {
return '20 или больше';
}
}
none
HTML Academy: Старт в программировании in progress(80%).