my-foto

Roman Melnichenko

Junior Frontend Developer

Contact

Personal Information

Aspiring front-end developer with foundational skills in JavaScript and a strong desire to deepen my understanding of the languageand it’s frameworks.Passionate about continuous learning and exploring new opportunities in the word of IT.

Technical Skills

  • HTML
  • CSS
  • JavaScript
  • DOM
  • VS Code
  • GIT
  • Markdown

Soft Skills

  • Communication
  • Teamwork
  • Learning ability
  • Flexibility

Code Example


let input = +promp("Enetr number");
function factorial(x) {
if (x  <= 1)
return 1;
return x * factorial(x - 1);
}
let f = factorial(input);
console.log(input + "! = " + f)

Course

  • ITVDN HTML & CSS3
  • ITVDN JavaScript start

Languages

  • Ukrainian
  • Russian
  • English - A1(A2 in process)