Resume

Ilia Erofeev

Ilia Erofeev

Summary:

I want to become a front-end developer and find a job

I want to develop in the field of modern front-end development

Skills:

Code Examples

            
              const isPalindrome = (str) => {
                if (str == undefined) {
                  return false;
                }
                if (str.length == 0) {
                  return false;
                }
                let string = str.toString().replace(/[^\w]/gi, "").toLowerCase();
                return string == string.split('').reverse().join('');
              };
            
              export default isPalindrome;
            
          
More code examples on GitHub

Experience

I have a little experience in modern front-end.

All my projects are on GitHub

Education

English

My English is A2 (pre-intermediate)