Diana Lesyak
Junior Front-End Developer
Contacts
- Minsk, Belarus
- Email: darkdiana82@gmail.com
- Github: StefanyaMaccaway
- Telegram: @Stefanya_Maccaway
- Discord: Stefanya Maccaway#0699
Summary
My name is Diana, i'm 19 y.o. I like to try something new. This is my first step in programming and i want to know how it works. Also i like to spend my time studing psychology, so i'm humanitarian. It will be good to learn something different to me in RS School courses.
Skills
- Web-development: basic HTML, basic CSS,
- Version control: GIT, Github
Courses
- English courses
Projects
- I have no projects yet, but still ahead
Code
function factorial(n) {
if(n < 0) return null;
if (n <= 1) return 1;
return n * factorial(n-1);
}
Education
- BSPU, specialization - "psychology"
English
- B1 - Pre-Intermediate