About Myself

Hi, my name is Mark. I'm 18 years old. I have been fond of computers since childhood, perhaps that is why I chose this profession. I am studying in college with a degree in Information Systems. Now I learn HTML, CSS, a little JavaScript and moving on and on. In the future, I want to become a good specialist.

Professional skills

  • HTML

  • CSS

  • JS

  • Figma

  • PhotoShop

Education

  • School 1-9 classes
  • College from 2019 to the present day

Courses

  • W3School courses

    W3School Courses

  • RSSchool courses

    «JavaScript/Front-end Stage 0» Course
    in progress...

Projects

Code Example

A function that finds Fibonacci numbers. Takes the step number as an argument


'use strict'

function fib(n) {
	if (n === 1 || n === 2) {
		return 1;
	}
	return fib(n - 1) + fib(n - 2);
}

console.log(fib(7)) //  13
				

Languages

  • English Intermediate
  • Russian Native
  • Belorussian Basic

Interests

  • Gaming

  • Reading

  • Movies

  • Sport