Rs-school

Back
photo

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:

  • HTML
  • CSS
  • JavaScript
  • Git
  • GitHub

Languages:

  • English
  • Ukrainian
  • Russian

Contact Information:

  • Email:halturinwhiter@gmail.com
  • Phone: +380 99 999 99 99
  • Telegram: @WhiterDavid

Example code:

function sum(a,b) {
 return a*b;
}
let result = sum(5, 4);
if (sum == 20) {
 alert('all correct');
} else {
 alert('mistake');
}