Jaroslavs Jocs

Front-End Developer Trainee

Contacts

Summary

I am ready for new challenges. I like to get new skills and to improve my strengths.

Skills

  • HTML5, CSS3, JavaScript basics
  • VS code
  • Git, GitHub
  • GIMP - GNU Image Manipulation Program

Education

  • Transport and Telecommunication Institute, Riga
  • codecademy
    • Learn JavaScript
    • Learn HTML
    • How to Make a Website with NameCheap

Code

export function findShort(s: string): number { let min = Math.min(...s.split(' ').map(({length}) => length)); return min;

Projects