About Me

I want to create applications and websites that are beneficial for humans to make life easier. When I created my first website using HTML and CSS, I was so excited that I realized this was my life's point, even when I started learning JavaScript.

I don't want to give up and keep going until I reach my purpose.

Skills

  • HTML
  • CSS
  • JavaScript
  • Git
  • GitHub
  • VS Code
  • Sublime text

Code Example

          
            function addFavoriteBook (bookName) {
              const condition = bookName.includes("Great");
              if (!condition) {
                favoriteBooks.push(bookName);
              } else {
                return [];
              }
            }
            function printFavoriteBooks () {
              console.log(`Favorite Books: ${favoriteBooks.length}`);
              for (let favoriteBook of favoriteBooks) {
                console.log(favoriteBook);
              }
            }
            let favoriteBooks = [];
            addFavoriteBook("A Song of Ice and Fire");
            addFavoriteBook("The Great Gatsby");
            addFavoriteBook("Crime and Punishment");
            printFavoriteBooks();
          
        

Project

RS School CV Project

Education and Courses

Languages

  • Uzbek - Native
  • English - Intermediate (B1+)