I realized a long time ago that I wanted to get into IT. I tried myself in different areas:
And at that moment I decided to try myself in front-end development. I studied independently on YouTube, studied courses on Udemy and over time I realized that I wanted to develop in this direction.
Currently I work as a teacher of mathematics, physics and computer science.
What we learn with pleasure we never forget - Alfred Mercier
function sum(a, b) {
const result = a * b;
return result;
}
Completed project on Udemy courses “Web Developer” by author Ivan Petrichenko: Monovision Studio