foto

About Me

Hello, my name is Irina, and this is my second time here to complete the course. Before starting the course I tried to improve my HTML/CSS skills and started learning JAVA SCRIPT.

Hobbies

My hobby is needlework. I love to embroider pictures with beads and threads. I also knit toys. I like to read books. We travel on the weekends.

Contact information

  • Phone Phone: +38(093)5279558
  • mail E-mail: eyrenabrasimova@gmail.com
  • globe Location: Ukraine
  • github GitHub: eYreena

Education

  • School: school №168
  • University:Bogomolets National Medical University
  • Courses:
    Go It: Марафон із HTML+CSS RS-School
    JS/FE Stage#0 2022Q2 Git for beginners

Code Example:

/** * Complete the solution so that it reverses the string passed into it * * 'world' => 'dlrow' * 'word' => 'drow' */

                            
                                function solution(str) {
                                let splitString = str.split("");
                                let reverseArray = splitString.reverse();
                                let joinArray = reverseArray.join("");

                                return joinArray;
                                }
                            
                        

Skills:

  • HTML
  • CSS
  • JavaScript (Basic)
  • Git

Languages

  • English - Basic User
  • Ukrainian - Native
  • Russian - Native
  • Slovak - Basic User