my avatar

Alina S

I'm Junior Front-end Developer

About me:

I like reading classical literature, camping and other hobbies without extreme. I'm multitask and attentive person. Now I want to be a Front-end Developer.

Skills:

  • Basic HTML
  • Basic CSS
  • Basic JS
  • Basic Markdown

Contacts:

Code:

                            
function highAndLow(numbers){
    let num = numbers.split(' ');
    let sortNum = num.sort(function(a , b){
        return b - a;
    }
    );
    return sortNum[0] + ' ' + sortNum[sortNum.length - 1];
};
                            
                        

Education and Courses:

  • JS/Front-end stage 0 RS School 2021 - 2022
  • Belarusian State Technological University.
  • English level A-2

Project: