Day-76 📘 Python Full Stack Journey – JavaScript String & Number Methods Today I continued strengthening my JavaScript fundamentals by learning how to work with strings and numbers more effectively. 🎯 What I learned today: ✍️ String Method 🔹 concat() — used to join multiple strings into a single string in a clean and readable way. 🔢 Number Methods 🔹 toFixed() — formats numbers by fixing the number of decimal places. 🔹 toPrecision() — formats numbers to a specified total number of digits. These methods are especially useful for data formatting, calculations, and displaying user-friendly values in real-world applications. Step by step, JavaScript is becoming clearer and more powerful. Looking forward to learning more! 🚀 #JavaScript #PythonFullStack #WebDevelopment #Frontend #CodingJourney #LearningToCode #Upskilling #TechSkills #ContinuousLearning
Ayoob Valassery’s Post
More Relevant Posts
-
Day-78 📘 Python Full Stack Journey – JavaScript Set Today I explored the Set data structure in JavaScript and learned how it helps manage unique values efficiently. 🎯 What I learned today: 🔹 JavaScript Set Sets are ordered, unique, and mutable collections Created using the new keyword with the Set() constructor 🔧 Common Set Methods add() — add a new value size — get the number of elements delete() — remove a value has() — check if a value exists 🔍 Additional Concepts Used instanceof to check data types Learned how to convert a Set into an Array for easier manipulation and iteration Understanding Sets made it clear how JavaScript efficiently handles uniqueness — very useful for real-world scenarios like removing duplicates from data. Excited to keep building on these JavaScript fundamentals! 🚀 #JavaScript #PythonFullStack #WebDevelopment #Frontend #CodingJourney #LearningToCode #Upskilling #TechSkills #ContinuousLearning
To view or add a comment, sign in
-
-
Day-83 📘 Python Full Stack Journey – JavaScript Functions, Scope & Object Methods Today I explored how functions interact with objects and scope in JavaScript, which is a key concept for writing clean and reusable code. 🎯 What I learned today: 🔍 Function Scope Global scope — variables accessible throughout the program Local scope — variables accessible only within a function or block Understanding scope clarified how data is accessed and controlled in JavaScript. 🧱 Object Methods Learned how to define functions as object properties (methods) Used object keys as function names to access object data using this 📞 Calling Methods in Different Contexts Used the call() method to invoke a function with a different object context Passed arguments while calling methods dynamically Learned about bind() to create a new function with a fixed this reference These concepts helped me understand how JavaScript handles context and function reuse behind the scenes. Step by step, things are getting clearer! 🚀 #JavaScript #PythonFullStack #WebDevelopment #Frontend #CodingJourney #LearningToCode #Upskilling #TechSkills #ContinuousLearning
To view or add a comment, sign in
-
-
It seems there’s value in trying to understand previously written code and make it more efficient. (Especially utilizing #JavaScript in #ReactJS to break up repetitive code and use logic to handle the components. But sometimes it seems easier to start from scratch, and try to understand the code that way, by completely rewriting it, forcing oneself to think through it again, perhaps in a new way (multiple ways to do same thing). I wonder which approach is better for deeply learning/practicing a programming language, and also which is more common in a typical professional industry (probably the former, but new applications have to be built too — unless they’re always built on top of existing codebases). More updates on these processes to come while continuing to document the journey with JavaScript, #Python, and other languages/technologies such as #Jest, different APIs, and performing CRUD operations for #fullStack projects.
To view or add a comment, sign in
-
-
Day-87 📘 Python Full Stack Journey – JavaScript Practice & Math Functions Today’s learning was very hands-on, focusing on JavaScript interactivity, validation, and built-in utilities. 🎯 What I worked on today: 🎨 Interactive Program Wrote a program to change the color of an SVG on click, toggling between red ↔ black continuously using event handling. 🧪 User Input & Validation Received user input using: Copy code Js document.getElementById('ab').value Applied conditions such as: isNaN() Value checks (< 10, etc.) Displayed validation results dynamically inside an HTML tag. Implemented form validation using alert() for user feedback. 🧮 JavaScript Math Module Explored several useful Math methods: pow() floor() ceil() sign() round() max() / min() sqrt() PI sin() / cos() / tan() trunc() random() These exercises really helped connect logic, user interaction, and calculations in real-world scenarios. JavaScript is getting more powerful and fun every day! 🚀 #JavaScript #PythonFullStack #WebDevelopment #Frontend #CodingJourney #LearningToCode #Upskilling #TechSkills #ContinuousLearning
To view or add a comment, sign in
-
-
🐍🔖 Front-end Web Development Tutorials — In this section, you will learn how to make Python Web applications more user-friendly by leveraging the power of both the Front-end and Back-end https://lnkd.in/gfunftH
To view or add a comment, sign in
-
🚀 Built a Python Quiz Portal using HTML, CSS & JavaScript I’m excited to share my latest project — a fully functional Python Quiz Portal for Beginners 🎯 This project was built completely using HTML, CSS, and JavaScript to strengthen my frontend fundamentals and understand how real quiz systems work behind the scenes. 🔥 Key Features: ✅ 30 Multiple Choice Questions ✅ Live Countdown Timer ✅ Question Navigation Panel (Jump to any question) ✅ Previous / Next Controls ✅ End Test Option ✅ Clean and Simple UI The quiz covers: Python Basics Variables & Data Types Operators & Expressions Input & Output Functions If-Else & Loops 💡 What I Learned: DOM Manipulation in JavaScript Handling dynamic question rendering Managing timer logic Building structured UI layouts Improving user experience with navigation This project helped me understand how real assessment systems work and improved my confidence in JavaScript logic building. I sincerely thank Bhavna Vaishnav ma'am for her constant support, guidance, and encouragement throughout this learning journey. This experience has motivated me to explore more real-world projects and enhance my technical skills further. 💻✨ Looking forward to building more interactive and scalable web applications 🚀 If you’d like to see the project or give feedback, I’d love to connect! #WebDevelopment #JavaScript #HTML #CSS #FrontendDevelopment #Python #LearningByBuilding #Projects Lovely Professional University
To view or add a comment, sign in
-
Understanding the structure of the Django Framework 🐍 From manage.py to settings.py, URLs to Views, Models to Templates — Django follows a powerful MVT (Model-View-Template) architecture that makes web development structured and scalable. Learning Django step by step to build secure and efficient web applications. 🚀 #Python #Django #WebDevelopment #FullStackDeveloper
To view or add a comment, sign in
-
-
The Evolution of Web Frameworks (2000 - 2026) 📊 I mapped out the most popular web frameworks by relative market share. It is fascinating to watch the early dominance of ASP.NET and jQuery get overtaken by the modern JavaScript ecosystem (React & Node.js). Even more interesting is the massive recent spike in AI-driven Python backends like FastAPI. What framework do you think will dominate 2030? 👇 #WebDevelopment #SoftwareEngineering #TechTrends #ReactJS #Python
To view or add a comment, sign in
-
👉 Deep Learning with Python 🔹Follow ABDUL REHMAN ♾️ for insightful and premium contents on web development & programming! ❤️ Like 🔁 Repost 💬 Comment your thoughts Credits: Nikhil Ketkar Start learning web development at top-notch platforms like w3schools.com, JavaScript Mastery #programming #javascript #webdevelopment #webdesign #html #css #codewithalamin #reactjs #webdeveloper #frontend
To view or add a comment, sign in
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