rsschool-cv

Eugene Gladkov

Eugene

Contact

About Me

Skills:

Code example:

Your task is to write a function maskify, which changes all but the last four characters into ‘#’.

      // return masked string
      function maskify(cc) {
         if (cc.length <=4) {
            return cc;
         } else {
            return ("#".repeat((cc.length-4))+cc.slice(-4, cc.length));
         }
      }

My works:

VOS

Education:

2003-2005 BMSTU mechanical engineering technologies (not completed)

English

EF set