
Nastassia Shu
Skills
- HTML
- CSS
- JavaScript
- Git, GitHub
- Figma
- VS Code
Contact information
-
Phone: +29 5600000
-
E-mail: nastia.shupenia@gmail.com
-
Discord: Asiashu
About me
I may not be as experienced, but I am someone you would want to get to know and work with. Personal qualities: purposefulness, ambition, sociability, stress resistance. Interested in development. High self-motivation.
Code example
Kata Trainer from CODEWARS: Write a program that finds the summation of every number from 1 to num. The number will always be a positive integer greater than 0. Your function only needs to return the result.
var summation = function (num) {
let sum = 0;
for (let i = 1; i <= num; i++) {
sum += i;
}
return sum
}
Experience
Link on this CV
Education
University: Belarusian State Technological University
Languages
- Belarusian
- Russian
- English (A2)