rsschool-cv

CV

  1. Zamir Bezgoev
  2. Contacts:
    • email: zamir.bezgoev@yahoo.eu
    • discord: insar89
  3. Changing occupation.
    • Care for the elderly - 7 years
    • Virtual goods trading - 13 years
  4. Skills:
    • HTML 3/10
    • CSS 2/10
    • JS 4/10
    • Git 3/10
  5. Code example: Task on codewars
    const uniqueInOrder = (iterable) => {
      if ( Array.isArray(iterable) )
     return iterable.filter( (el, i, a) => (i > 0) ? a.indexOf(el, i - 1) === i : a.indexOf(el) === i);
    
     return iterable.split('').filter( (el, i, a) => (i > 0) ? a.indexOf(el, i - 1) === i : a.indexOf(el) === i);
      };
    
  6. No experience as a programmer. CV
  7. Education:
    • Unknown Federal University. The Bachelor in Applied Mathematics.
  8. English:
    • A1-A2.