rsschool-cv

Sergey Lesnevsky


Foto ā€”

Contacts:

My skils:

My code examples in repository


My code:

module.exports = function towelSort (matrix) {
    let arrAll=[];
    if(matrix==undefined){
    return []
    }else{
      let count=0
      let arrAll=[];
        for (let i = 0; i < matrix.length; i++) {
          if(i%2==1){               
for (let r = matrix[i].length-1; r >= 0; r--) {
  arrAll[count]=matrix[i][r]
  count++  
  }
     }  else{
        
      for (let j = 0; j < matrix[i].length; j++) {
      arrAll[count]=matrix[i][j]
      count++
      }
        }
      }
      
      return arrAll
        }   
}
      
      

Education and courses:

  1. I graduated Belarusian State Academy of Music specialization button accordion,
  2. Courses Automated testing in the company Senla.
  3. Pre-School 2022 RSSchool

My English:

I read with a dictionary, I am actively studying, Now my level is A1. ā€”