My CV

About me

Hi! I am Aleks. I like to play basketball and football. I like to be active and study something new. I want to finish this course and get a good job.

Skills

Code example

                function myLanguages(results) {
                    let arr = [];
                    for (key in results) {
                      if(results[key] >= 60) {
                        arr.push(key);
                      }
                    }
                   return arr.sort((a, b) => results[b] - results[a]);
                  }
                

Education

MSLU, teacher

Courses

Languages

Contacts