Stepan Bryl

Stepan Bryl

JS, HTML, PHP, CSS

Junior Developer

Contact Details

  • Phone: +375291611662
  • Discord: Stepan#8061
  • Email: bryl.step@tut.by

Education

Student

IIT BGUIR

Learning the basics of OOP. Writing a project with use motion design. Writing a project with use ReactJS.

Languages

A2

2020-2022

My skills

  • JavaScript, PHP
  • HTML5, CSS3
  • Git, Github
  • VSCode

Code Example

How to create a function that changes the Image?

function fFibo(n){
let a = 1;
let b = 1;
for (let i = 3; i <= n; i++) {
let c = a + b;
a = b;
b = c;
}
return b;
}

About Me

My goal is to change my job. I'm like reading books and teach my children.