Jaroslavs Jocs
Front-End Developer Trainee
Contacts
- Phone: +37126350546
- E-mail: jaroslavjoc@gmail.com
- Github: jaroslavjoc
- LinkedIn: jaroslavjoc
- Discord: Yaroslav#1782
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;