Hello, my name is

Mazurov Alexander

And I'm a frontend developer
Hire me

About me

I am
I'm Mazurov Alexander.

I started my acquaintance with frontend technologies by studying HTML Academy courses. Passed interactive courses in HTML, CSS and JS. In 2020, I enrolled in the IT-INCUBATOR on-line courses, where I studied React library in depth, Redux, as well as building the application architecture, unit test.

Download CV

My skills

My creative skills & experiences.

I am studying at the web-developer school.

Read more
  • HTML 80%
  • CSS 60%
  • JavaScript 70%
  • React 75%

Code Examples

                    
                    const moveZeros = function (arr) {
                        let countZero = [];
                        let newArr = [];
                            for (let item of arr) {
                                if (item === 0) {
                                countZero.push(item);
                                } else {
                                    newArr.push(item)
                                    }
                                }
                        return newArr = [...newArr, ...countZero]
                    }

                    function createPhoneNumber(numbers) {
                        return `(${numbers.slice(0,3).join('')}) ${numbers.slice(3,6).join('')}-${numbers.slice(6).join('')}`
                        }
                    
                

Education

Languages

✔ Russian - native language ✔ English - A2 (Pre-Intermediate)

Contact me

Get in Touch
  • Name
    Mazurov Alexander
  • Address
    Russia, Samara city
  • Email
    almazlocal@gmail.com
Message me