Rs-school


David Yarovyi
I am a student of the RS School. I am currently learning HTML, CSS, and JavaScript. I am passionate about web development and eager to learn more.
Skills:
Languages:
Contact Information:
Example code:
function sum(a,b) {
return a*b;
}
let result = sum(5, 4);
if (sum == 20) {
alert('all correct');
} else {
alert('mistake');
}