🚀 Day 37 of My 45-Day Web Development Journey Today I learned how JavaScript's Math object can be used to perform powerful mathematical operations in web applications. 📚 What I Learned Today • Understanding the Math object • Using round(), ceil(), and floor() • Finding max() and min() values • Generating random numbers • Applying math functions in real projects 💻 Hands-On Practice I created programs that: ✔ Round decimal numbers ✔ Generate random values ✔ Compare multiple numbers ✔ Display dynamic mathematical output 🌱 Key Learning The Math object makes JavaScript more powerful for calculations, gaming logic, and interactive features. 💡 Reflection Today showed me how even simple math methods can create dynamic behavior in websites. 🎯 Next Step Excited to learn JavaScript switch statements next. Let’s connect and grow together 🚀 #WebDevelopment #JavaScript #MathObject #Programming #LearningJourney #StudentDeveloper #BuildInPublic #TechSkills
Learning JavaScript Math Object for Web Development
More Relevant Posts
-
🚀 Day 32 of My 45-Day Web Development Journey Today I learned how JavaScript Arrays help manage multiple values efficiently inside a single variable. 📚 What I Learned Today • Creating arrays in JavaScript • Accessing values using index numbers • Adding and removing elements • Using loops with arrays • Understanding the length property 💻 Hands-On Practice I created programs that: ✔ Store multiple student names ✔ Display array elements dynamically ✔ Add new values using push() ✔ Work with loops for cleaner output 🌱 Key Learning Arrays are fundamental for handling collections of data in real-world applications like product lists, user records, and APIs. 💡 Reflection Today helped me understand how developers manage larger datasets efficiently without creating many separate variables. 🎯 Next Step Excited to combine arrays with loops for smarter programming. Let’s connect and grow together 🚀 #WebDevelopment #JavaScript #Arrays #Programming #LearningJourney #StudentDeveloper #BuildInPublic #TechSkills
To view or add a comment, sign in
-
🚀 Day 36 of My 45-Day Web Development Journey Today I learned how JavaScript handles Date and Time using the built-in Date object. 📚 What I Learned Today • Creating Date objects • Getting current date and time • Extracting year, month, and day • Formatting dates for display • Using date methods in practical applications 💻 Hands-On Practice I created programs that: ✔ Display current date ✔ Show live time ✔ Extract specific date values ✔ Format date for user-friendly output 🌱 Key Learning Date and time handling is essential for real-world applications such as booking systems, reminders, and dynamic dashboards. 💡 Reflection Today helped me understand how websites can manage time-based information intelligently. 🎯 Next Step Excited to explore JavaScript Math methods next. Let’s connect and grow together 🚀 #WebDevelopment #JavaScript #DateTime #Programming #LearningJourney #StudentDeveloper #BuildInPublic #TechSkills
To view or add a comment, sign in
-
🚀 Day 38 of My 45-Day Web Development Journey Today I learned how JavaScript Switch Statements help simplify multiple conditional logic in a clean and structured way. 📚 What I Learned Today • Understanding switch statements • Replacing multiple if-else conditions • Using case and break statements • Handling default cases • Writing cleaner decision-making logic 💻 Hands-On Practice I created programs that: ✔ Display values based on conditions ✔ Replace if-else with switch ✔ Show grade-based messages ✔ Handle multiple cases efficiently 🌱 Key Learning Switch statements improve code readability and are very useful in menu systems, grading systems, and application logic. 💡 Reflection Today helped me understand how developers write cleaner and more organized decision-based logic. 🎯 Next Step Excited to explore JavaScript error handling next. Let’s connect and grow together 🚀 #WebDevelopment #JavaScript #SwitchStatement #Programming #LearningJourney #StudentDeveloper #BuildInPublic #TechSkills
To view or add a comment, sign in
-
Teaching Web Development to Blind Learners — Continuation So far, we’ve covered variables, data types, conditionals, loops, functions, and an introduction to arrays. Today, based on the learners’ request for something more practical, I briefly stepped outside the planned scheme to introduce DOM manipulation—giving them a real sense of how everything they’ve learned comes together in building actual applications. We explored how to query the DOM using: - "getElementById" - "querySelector" - "querySelectorAll" There was a moment of surprise when "querySelectorAll" returned a NodeList instead of a single element. The big question was: “How do we work with individual elements?” That became the perfect opportunity to connect back to loops. Using the knowledge they already had, they looped through the NodeList using its "length"—and it clicked. That moment of understanding was incredibly satisfying. They’re beginning to truly appreciate how the fundamentals work together. Next: we either continue with arrays or build a small project before moving forward. #blindcoder #javascript
To view or add a comment, sign in
-
-
🚀 Day 31 of My 45-Day Web Development Journey Today I focused on mastering one of the core concepts in programming — JavaScript Functions. 📚 What I Learned Today • Understanding functions and their purpose • Writing reusable blocks of code • Using parameters and arguments • Returning values using the return keyword 💻 Hands-On Practice I created programs that: ✔ Use functions to organize logic ✔ Accept inputs using parameters ✔ Return results dynamically ✔ Integrate functions with DOM events 🌱 Key Learning Functions are essential for writing clean, efficient, and reusable code. They are the building blocks of scalable applications. 💡 Reflection Today helped me think more like a developer by structuring code properly instead of writing everything in one place. 🎯 Next Step Excited to explore arrays and loops to handle multiple data efficiently! Let’s connect and grow together 🚀 #WebDevelopment #JavaScript #Functions #Programming #LearningJourney #StudentDeveloper #BuildInPublic #TechSkills
To view or add a comment, sign in
-
🚀 Day 33 of My 45-Day Web Development Journey Today I learned how JavaScript Loops help automate repetitive tasks and make code more efficient. 📚 What I Learned Today • Understanding loops in JavaScript • Using for loop • Using while loop • Iterating through arrays • Reducing repetitive code 💻 Hands-On Practice I created programs that: ✔ Print numbers automatically ✔ Display data using loops ✔ Iterate through arrays ✔ Generate dynamic output in the browser 🌱 Key Learning Loops are one of the most powerful concepts in programming because they help process large amounts of data efficiently. 💡 Reflection Today helped me understand how developers write cleaner and smarter code instead of repeating the same instructions. 🎯 Next Step Excited to combine loops with objects and arrays for stronger JavaScript logic. Let’s connect and grow together 🚀. #WebDevelopment #JavaScript #Loops #Programming #LearningJourney #StudentDeveloper #BuildInPublic #TechSkills
To view or add a comment, sign in
-
📍 Javascript Handwritten Notes 🚀 Javascript is a high-level, dynamic, and interpreted programming language that is used to add interactivity and dynamic behavior to websites. Applications of Javascript 👇 ➡️ Web Development ➡️ Game Development ➡️ Mobile Application ➡️ Desktop Application ➡️ Data Visualization So, what are you waiting for? Start learning Javascript from these handwritten notes. 📌 Save it 👍 like and 📲 share with your friends and connections and follow Ashutosh Ranjan for more such contents 👨💻 Credits: programmer_girl__ Thank you programmer_girl__ for this amazing notes 📖 To download click on PDF then click on download ⬇️ on top right corner #Javascript #JavaScriptHandwriteNote #computer #Ashutoshranjan #ashutoshranjan #OperatingSystems #AllNote #fundamentals #operatingsystems #coding #DSA #VipulNotes #CodeGist #Handwritten #Notes #VisualLearning #CodingInterviewPrep #DataStructures #Algorithms #StudySmart #Developer #Resources #TechPrep #Competitive #Programming #CSPrep
To view or add a comment, sign in
-
Day 22 of 180 – Consistency in Web Development 🚀 Today, I learned a small but powerful HTML concept while working with forms: 👉 How a label can focus an input field when clicked Initially, clicking the text label did nothing. But after connecting it properly, it worked perfectly. ✔️ Using for in <label> ✔️ Matching it with id in <input> ✔️ Clicking the label focuses the input This simple technique improves both usability and accessibility in web forms. Small concepts like this make a big difference while building real-world applications 💻 I also created a short video explaining this step by step 🎯 🎥 Watch here 👉 https://lnkd.in/g29gyMdX Learning something new every day and improving consistently 🚀 #Day22 #180DaysOfCode #webdevelopment #html #frontend #coding #learncoding #programming #developer #buildinpublic
To view or add a comment, sign in
-
-
🚀 Day 34 of My 45-Day Web Development Journey Today I explored modern JavaScript Array Methods that help write cleaner and more efficient code. 📚 What I Learned Today • Using forEach() to iterate arrays • Using map() to transform data • Using filter() to select data • Writing shorter and cleaner JavaScript 💻 Hands-On Practice I created programs that: ✔ Process array values dynamically ✔ Filter records based on conditions ✔ Transform data into new arrays ✔ Display results inside the browser 🌱 Key Learning Array methods make JavaScript more readable and powerful, especially when handling larger datasets in real-world applications. 💡 Reflection Today showed me how modern JavaScript can replace long loops with elegant built-in methods. 🎯 Next Step Excited to learn about JavaScript strings and advanced methods next. Let’s connect and grow together 🚀 #WebDevelopment #JavaScript #ArrayMethods #Programming #LearningJourney #StudentDeveloper #BuildInPublic #TechSkills
To view or add a comment, sign in
-
Continuing my JavaScript learning series, today focusing on strengthening core programming concepts that build the foundation for real-world web development. ✅ Operators Understanding Arithmetic, Comparison, and Logical operators to perform calculations and make decisions in programs. ✅ Conditional Statements Learning how if-else and switch help applications take decisions based on different conditions. ✅ Loops Practicing for, while, and do-while loops to execute repetitive tasks efficiently. ✅ Arrays Working with arrays to store and manage multiple values using methods like push(), pop(), and accessing elements by index. ✅ Objects Exploring objects and key–value pairs to represent structured data such as user or student information. #JavaScript #WebDevelopment #LearningInPublic #CodingJourney #FrontendDevelopment #Developers #100DaysOfCode
To view or add a comment, sign in
-
Explore related topics
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development