Makarenka Aliaksei
future front-end developer
Photo
About Me Icon

About Me

Novice frontend-developer with technical education. Confident knowledge of HTML, CSS/SCSS, JavaScript, React, Redux.

About Me Icon

Education

  • Belarusian National Technical University

    Specialist (Bachelor Degree) – Engineer (Engineer-technologist, Engineer-constructor )

  • IT-SHATLE
About Me Icon

Projects

Code Icon

Code example

                          
  arr3.forEach(item => {
      if ( typeof item === 'string')
    {console.log(item + ' - string value');}
    else {console.log(item + ' - number value');}
  });