My contacts
- Location: Minsk, Belarus
- Mail: KomaryshkinKirill@gmail.ru
- Phone: +375445995304
- GitHub: KirillEvg
Languages
-
English
A2
-
Russian
Native
Skills
- HTML
- CSS
- C#
- Figma
- JS
- VS Code
- Brackets
- MS SQL Server
About Me
In 2021, he graduated from college with a degree in Information Technology Software. I love learning new things. My strengths are diligence, responsibility, purposefulness. My goal is to improve my skills in website development and become a good specialist.
Education
- College: Socio-Humanitarian College
- HTML for Beginners at ru.code-basics.com
- CSS for beginners at ru.code-basics.com
Years:2017-2021
Code Example
function outputVariable() {
var a = 2;
window.a = 3;
alert(a); // 2: variable is defined by var
}