Dziyana Khlamko
Contact Info
About me
I am a student of Yanka Kupala State University of Grodno. I wanna find a job that I love, so I will never work a day in my life. Perhaps a front-end developer is what I'm looking for :)
Code Example
String.prototype.capitalize = function() {
return this.charAt(0).toUpperCase() + this.slice(1);
}
String.prototype.toJadenCase = function () {
let wordArray = this.split(" ");
for (var i in wordArray)
{
wordArray[i] = wordArray[i].capitalize();
}
return wordArray.join(" ");
}
Education
- Yanka Kupala State University Of Grodno
-
- Information Technology Software'23
- RS Schools Course «JavaScript/Front-end» (in progress)
- .NET Development in 2020/2021 in EPAM (unfinished)
English Level
Intermediate/Upper-Intermediate (Grammar - B2, Speaking - B1+).
According to EPAM Test - C1.