Artem Chernets
JUNIOR FRONT-END DEVELOPER
CONTACTS
- City:Grodno
- Mail: artemovic4@gmail.com
- Github: artemchernets
- Telegram:@Whatsupdoc037
- Discord:WhatsUpDoc#5845
SUMMARY
I like programming. It is fascinating and interesting. I have a main job, programming is a hobby for me. I have completed several training projects and now I would like to take part in the creation of a real JavaScript project. My goal is to learn a pure JavaScript at a good level and learn the React library. I will be glad to join the creation of open source projects. I would like to work under the guidance of an experienced developer to gain practical experience.
SKILLS
- Web-development: HTML5, CSS3, JavaScript
- Version control: GIT, Github
- Graphics: Figma
CODE
function factorial(n) {
if(n < 0) return null;
if (n <= 1) return 1;
return n * factorial(n-1);
}
COURSES
- Rs School
PROJECTS
there will be many projects in the future :)
EDUCATION
Grodno State Professional College of Public Utilities
ENGLISH
A1 (Beginner, Elementary)