
Petelina Anna
Front-end developer
Phone:
89501328073
Email:
Annapet200313@yandex.ru
About Me
My name is Anna. I'm 22 years old. I live in the capital of Siberia and am learning the profession of a developer with a cool head and burning eyes.
Skills
- HTML
- CSS
- JavaScript
- Version control: Git (remove service GitHub)
- Figma(for web development)
- Editors: Sublime, VSCode
Education
I am studying at Baikal State University (3rd year)
Summary
My goal is to learn everything new and exciting. I love to code. I can(love) spend a lot of time doing what interests me. My core strengths are in problem solving and fast learning.I want to get knowledge and skills that will be enough for employment in a company.
Code examples
function removeSmallest(numbers) {
let min = Math.min(...numbers);
let numIndex = numbers.findIndex(a => a == min)
let res = numbers.filter( (num , index) => index != numIndex )
console.log(res);
}
removeSmallest([7,8,8,3,3,5])
Courses
JavaScript
HTML
CSS
Front-end developer
I'm still learning JavaScript using this site.
I studied the basic course.
I studied the basic course.
I am in the second week of training.
Languages
English - A1-A2 (I am currently in the process of learning English). Russian - Native