RuslanShangareev
Junior Front-End developer
Contacts
- Adress: Ufa, Russia
- Email: sh.rusell@gmail.com
- Discord: shangareev
- Github: shangareevr
- Telegram: shangareevr
Skills
- HTML5
- CSS3(SCSS)
- JavaScript
- Git, Github
Language
- Russian - Native
- English - A2
About me
I am 27 years old and i'm junior front-end developer. Currently I work as a design engineer, I carry out special calculations and analyze the results. I like to work and see the results of my work. I like to learn something new. So I decided to try myself in this direction and I really like it. Although I'm not creating big projects yet, I'm slowly moving towards it.
Education
- Ufa State Aviation Technical University (USATU)
- JS/FE Pre-School 2022
- JavaScript/Front-end 2023
Code
function isPalindrom(string){
return (string === string.split('').reverse().join(''));
}