Mikhail Rodionov

Beginner front-end developer

Photo of Mikhail Rodionov

About me

I am beginner front-end developer. I like everything related to programming. This is my first experience. And I am sure that everything will be ok.

Contact

Skills

Sample


    function rentalCarCost(d) {
      if (d >= 7) {
          return d * 40 - 50;
      } else if (d >= 3) {
          return d * 40 - 20;
      }
      return d * 40;
    }
  

Projects

My CV>

Educations and English level