photo

artsiom kharytonchyk

junior front-end developer

contacts

about me

I thought about it for a long time, and I think the time has come. I want to gain knowledge and skills that will be enough for employment and will change my life.

I am here because I want to be a part of the current development worlds trend.

I love my family and after I like football, flexbox, stand up and i prefer a jedi sword to a steel sword.

« Viam supervadet vadens »

skills

code example

CodeWars: Clocky Mc Clock-Face


var whatTimeIsIt = function(angle) {
let res = ''
let hours = Math.floor(angle * 2 / 60)
let hoursCur = hours> 9 ? hours : `0${hours}`
let minutes = Math.floor(angle * 2 % 60)
let minutesCur = minutes > 9 ? `${minutes}` : `0${minutes}`     
     
if (angle >= 0 && angle <= 360) {
    if(angle == 0){
    res = '12:00'
    return res
    } if (angle < 30){
    res = '12:'+ minutesCur
          return res
    }else { 
      res = (hoursCur + ':' + minutesCur)
      return res
      }
} else {
return false
}
}
                            

experience

education

University

Courses:

languages