Foto

Yauheni Liasun

Beginning Front-end Development

About me

Hi, my name is Zhenya. I am here because I like web development. We can say that this is my hobby. Having fun at work, isn't it cool?

Contacts

  • Telegram
  • Lodbrok9@gmail.com
  • City: Borisov

Skills

  • HTML
  • CSS
  • Basic Javascript
  • Basic Node JS
  • Git

Education

2008-2013 Mogilev State University of Food Technologies

Speciality: Machines and Apparatuses of Food Production

2021 The Rolling Scopes School: JS/FE Pre-school(Javascript)

Sample code


          class GuessingGame {
            constructor() { }
        
            setRange(min, max) {
                this.min = min;
                this.max = max;
            }
        
            guess() {
                return Math.ceil((this.min + this.max) / 2)
            }
        
            lower() {
                this.max = this.guess()
            }
        
            greater() {
                this.min = this.guess()
            }
        }
      

Also my project:

Drum-kit
Drum Kit is a music application in which you can play sounds by pressing the keys on the keyboard. Each key has its own sound. #JavaScript30

English Language

Proficiency level - A2