About me
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 CVMy skills
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('')}`
}
Projects
Education
2000 – 2005 : Samara State University
Faculty for Mathematics and Mechanics Specialization: The organization and security technology of the information
2021 - present
Web school It-Incubator
Languages
✔ Russian - native language
✔ English - A2 (Pre-Intermediate)
Contact me
Get in Touch
-
✔
NameMazurov Alexander
-
✔
AddressRussia, Samara city
-
✔
Emailalmazlocal@gmail.com
Message me