Dmitrij
Lagun
JS/FE Pre-School 2022Q4 Course student

About me:

My goals and priorities are - gainig expirience both theoretical and practical, the opportunity to challange myself and get the opportunity to realize myself as a junior frontend developer.

Education:

  • Belarusian National Tehcinical University

Courses:

  • Devops introduction EPAM
  • Learn JavaScript

Code example:

                                
function spread(func, args) {
    let new1  = func(...args);
    return new1;
}
                                
                            

Project example:

Travel