Search results for #100DaysofJavaScript
Day 31/100 of #100DaysOfCode (JavaScript) Today’s focus → revisiting notes & solidifying past lessons. Will ask GPT for new exercises to test my understanding. Reminder: progress = consistency + reflection, not just speed. #100DaysOfJavaScript
Day 9 of #31DaysOfJS Checks if at least one element matches a condition. 🔸 array.some(callback) ✔️ Returns true or false ✔️ Stops once a match is found ✔️ Great for quick validations Thread 👇👇🧵 #100DaysOfCode #100DaysOfJavaScript
Which is harder? Coding or Designing ? #100DaysOfCode #100DaysOfJavaScript #ui #UXDesign #figma #MediaQuery
Day 2 of #31DaysOfJS Creating & Accessing Arrays Arrays are zero-indexed and mutable meaning you can update elements by index #100DaysOfCode #100DaysOfJavaScript #31DaysOfJS #WebDevelopment #programming #FrontendDev
Day 1 of JavaScript Concepts An array is a data structure that holds a collection of values which can be of any data type: numbers, strings, objects, even other arrays. Arrays are zero-indexed, meaning the first element is at index 0. #100DaysOfCode #100DaysOfJavaScript
Hey tech fam! I’m dedicating the month of August to breaking down key JavaScript concepts — one day at a time. Let’s grow together. #JavaScript #CodeNewbie #100DaysOfCodechallenge #100DaysOfCode #100DaysOfJavaScript
Day 32 of #100DaysOfJavaScript 📝 Built a Twitter-style text limiter with live character count using JavaScript. It restricts input to a max length and updates the count in real time — lightweight and user-friendly. Great practice for form validations and UI feedback ✨
Day 31 of #100DaysOfJavaScript 🟣 Today I created a Custom Range Slider with real-time value display. Styled it with a modern look and synced the display box dynamically using JavaScript. Learning how to combine logic + UI for smoother interactivity 💡
Day 30 of #100DaysOfJavaScript 🎉 Built a fun little Background Color Toggle using JavaScript! Click a button → Watch the background instantly switch between red and purple ✨ It’s a simple but effective way to practice DOM manipulation and event handling.
Day 29 of #100DaysOfJavaScript 🎯 Created a sleek and animated Progress Bar that visually reflects progress with a smooth fill and percentage indicator. It's minimal, reusable, and super handy for forms, uploads, or quizzes. Sometimes simple UI can make a big difference in…
Learning from @Hiteshdotcom's #ChaiAurCode playlist 🍵 JS internals feel like a rollercoaster 🎢 but loving the ride! #JavaScript #WebDev #CodeNewbie #100DaysOfJavaScript
Day 28 of #100DaysOfJavaScript 🧠🔒 Built a dynamic Password Strength Validator that checks for uppercase/lowercase, numbers, symbols, and minimum length – all in real-time. Loved making the live progress bar respond as the password meets each condition. A small UI that adds…
Day 27 of #100DaysOfJavaScript 🔐 Designed a clean Login & Registration UI with smooth transitions. Includes essential features like "Forgot Password" and user-friendly form switching. Creating these small UIs strengthens my layout, logic, and interaction skills every day!
📅 Day 4 of #100DaysOfJavaScript 🔹 Linked external JavaScript files 🔹 Learned values & variables 🔹 Naming rules for variables 🔹 Data types in JS 🔹 7 Primitive Data Types: → string, number, boolean, null, undefined, symbol, bigint #JavaScript #100DaysOfCode
Day 26 of #100DaysOfJavaScript 💱 Created a Simple Currency Converter App with real-time conversion between selected currencies. You can swap currencies and see updated values instantly based on the given exchange rate. Every bit of code helps me understand real-world financial…
Day 25 of #100DaysOfJavaScript 🧾 Built a Registration Form App that includes input validation for username, email, password, and confirmation fields. Simple, clean, and secure! Learning how to handle forms properly is so essential for real-world apps.
Day 24 of #100DaysOfJavaScript 🛍️ Created a Product Filter App where users can dynamically search and filter products based on categories. Built with pure JavaScript and styled for a smooth shopping UI experience!
Day 23 of #100DaysOfJavaScript 🧮 Built a BMI Calculator App! Just input your height and weight and it instantly calculates your Body Mass Index. Simple, responsive, and cleanly styled!
Day 22 of #100DaysOfJavaScript 🎬 Created a Movie App that fetches and displays movies dynamically using an API! Search by title, get posters & details — all with clean UI!
Day 21 of #100DaysOfJavaScript 🔐 Built a simple login form with a neat Password Visibility Toggle! No more guessing what you typed — just tap the eye icon 👁️