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
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 ProjectEducation and Courses
- FrontendMasters
- HTML and CSS Tutorials on YouTube.com and W3Schools.com
- javascript.info and RS School
Languages
- Uzbek - Native
- English - Intermediate (B1+)