✨ Just wrapped up a small JavaScript exercise to sharpen my skills with functions! Nothing too fancy — just wanted to get more hands-on with JavaScript. Every little practice adds up, and it's always fun seeing how even a few lines of code can teach something new. 🚀 If you're also learning or revisiting JavaScript, let's connect and share tips! #JavaScript #CodingPractice #100DaysOfCode #W3schools #LearningByDoing
More Relevant Posts
-
💻 Exploring JavaScript String Functions! As part of my hands-on learning journey in Core JavaScript, I created an interactive page to explore key string functions like length, toUpperCase(), slice(), replace(), concat(), and more. This exercise helped me strengthen my understanding of string manipulation while applying concepts in a practical, hands-on way under the supervision of my trainer Saravanan Durai ✨ #JavaScript #WebDevelopment #CodingPractice #LearningByDoing #ProgrammingFundamentals #FrontEndDevelopment
To view or add a comment, sign in
-
💡 “Practice makes progress!” I just created a JavaScript Function Practice File covering beginner to advanced levels. If you’re learning JS or revising concepts, this will be a great resource to test your logic and coding skills. 🔥 Keep building, keep learning! #MERN #JavaScript #LearningByDoing #CodingJourney
To view or add a comment, sign in
-
“Boost your JavaScript skills with this clean and minimal guide to essential string methods! 📚✨ Learn how to manipulate and work with strings in JavaScript using practical examples for each method. Perfect for beginners and seasoned developers alike. Save and share to keep these tips handy! #JavaScript #Coding #WebDevelopment #ProgrammingTips”
To view or add a comment, sign in
-
-
🗓️ 𝐃𝐚𝐲 𝟑𝟕 – JavaScript: Functions Deep Dive Today’s session focused on understanding 𝘧𝘶𝘯𝘤𝘵𝘪𝘰𝘯𝘴 𝘪𝘯 𝘑𝘢𝘷𝘢𝘚𝘤𝘳𝘪𝘱𝘵 — the true building blocks of the language 💡 📘 𝘾𝙤𝙫𝙚𝙧𝙚𝙙 𝘾𝙤𝙣𝙘𝙚𝙥𝙩𝙨: ⚙️ 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻 𝗕𝗮𝘀𝗶𝗰𝘀 – declaration, parameters, arguments 📥 𝗣𝗮𝗿𝗮𝗺𝗲𝘁𝗲𝗿𝘀 – required, destructured, rest, default 📤 𝗔𝗿𝗴𝘂𝗺𝗲𝗻𝘁𝘀 – positional, default, spread 🧩 𝗛𝗼𝗶𝘀𝘁𝗶𝗻𝗴 – variable vs function hoisting 🔁 𝗖𝗹𝗮𝘀𝘀𝗶𝗰 & 𝗡𝗲𝘀𝘁𝗲𝗱 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝘀 – understanding scope and the scope chain ⚡ 𝗜𝗜𝗙𝗘 (𝗜𝗺𝗺𝗲𝗱𝗶𝗮𝘁𝗲𝗹𝘆 𝗜𝗻𝘃𝗼𝗸𝗲𝗱 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻 𝗘𝘅𝗽𝗿𝗲𝘀𝘀𝗶𝗼𝗻) – executing functions instantly 🏗️ 𝗔𝗿𝗿𝗼𝘄 / 𝗙𝗮𝘁 𝗔𝗿𝗿𝗼𝘄 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝘀 – concise syntax and lexical this 🕵️ 𝗔𝗻𝗼𝗻𝘆𝗺𝗼𝘂𝘀, 𝗛𝗶𝗴𝗵𝗲𝗿-𝗢𝗿𝗱𝗲𝗿, 𝗖𝗮𝗹𝗹𝗯𝗮𝗰𝗸, 𝗮𝗻𝗱 𝗙𝗶𝗿𝘀𝘁-𝗖𝗹𝗮𝘀𝘀 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝘀 – treating functions as values 🧠 𝗣𝘂𝗿𝗲 & 𝗜𝗺𝗽𝘂𝗿𝗲 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝘀 – understanding side effects Each concept made me realize how powerful and flexible functions are in JavaScript! 🚀 #JavaScript #Functions #FrontendDevelopment #LearningJourney #Sheryians #Cohort2_0 Sheryians Coding School Sheryians Coding School Community
To view or add a comment, sign in
-
-
🚀Day 88 of #100DaysOfCode Today I learned about functions in JavaScript. Functions let you group code together so you can reuse it easily. You can pass values (called arguments) into the function to make it flexible. Functions help keep code organized and cut down repetition. #JavaScript #Functions #Learning #100DaysOfCode
To view or add a comment, sign in
-
-
🚀Day 94 of #100DaysOfCode Today I learned about function expressions in JavaScript! Instead of creating a function with a name, you can store an anonymous function inside a variable. Function expressions are great for passing functions as values, using them as arguments, or keeping your code modular and flexible. #JavaScript #FunctionExpression #Learning #100DaysOfCode
To view or add a comment, sign in
-
-
Hi everyone! I'm excited to share one of the best resources I’ve found for deepening my understanding of JavaScript. I stumbled upon a YouTube playlist (link below) that helped develop a unique perspective on how JavaScript works under the hood. 👉 YouTube Playlist: Dive into JavaScript Fundamentals https://lnkd.in/gARReDhs Before watching this series, I felt comfortable writing syntax and building UIs, but this playlist really helped me step back and really see why some patterns exist. Some of the things I learned were understanding closures and scopes as tools for structuring code and managing state, and not some "odd rule" to follow. Alongside learning what asynchronous behavior is and how the event loop work, I really enjoyed recognizing patterns over libraries and spending time understanding core JS. It finally gave me confidence to evaluate frameworks rather than rely on them blindly. If you’re learning JavaScript or brushing up before diving into full-stack work, I highly recommend giving this a look. 🔗 Feel free to share or comment if you’ve found other resources that helped you learn a concept . #JavaScript #WebDevelopment #LearningToCode #SoftwareEngineering #TechGrowth
To view or add a comment, sign in
-
🚀 30 Seconds to Boost Your JavaScript Skills! In this quick short, I’ve covered some of the most powerful JavaScript Array Methods every developer should know 🔥 Whether you’re preparing for interviews or brushing up your JS basics — this short will level up your coding game ⚡ 🎥 Watch here 👉 https://lnkd.in/gMzCiJwd 💬 Tell me in comments — which array method do you use the most in your projects? #JavaScript #WebDevelopment #Coding #Frontend #Developers #YouTubeShorts #JSArrays #LearnCoding #CodeTips #PakhiCodes
⚡ Master JavaScript Array Methods in 30 Seconds! #javascript
https://www.youtube.com/
To view or add a comment, sign in
-
📒 JavaScript Handwritten Notes — Master the fundamentals with clarity and practice! 💻✍️ Perfect for beginners and developers brushing up their JS concepts. #JavaScript #FrontendDevelopment #WebDevelopment #CodingCommunity #DeveloperNotes #HandwrittenNotes #Hanubytes #TechLearning #CodeWithMe #JSBasics
To view or add a comment, sign in
-
As I continue learning JavaScript, I’m diving deeper into its core concepts. Today, I explored Hoisting, and it helped me understand how JavaScript handles code behind the scenes. What I learned about Hoisting: ~JavaScript moves variable and function declarations to the top of their scope before executing the code. This means: ~Functions can be called before they are declared ~Variables are initialized with undefined during the compilation phase ~Understanding execution context is crucial for clean and predictable code Why this concept is important? Hoisting may seem simple, but it forms the foundation of how JavaScript interprets code. It improves my understanding of: ~Execution phases ~Scope behavior ~Memory allocation ~Writing more structured and bug-free code My learning journey I’m currently focusing on strengthening my fundamentals concepts like: ~Hoisting ~Scope ~Closures ~Event loop ~DOM manipulation These basics are helping me build a strong foundation before moving toward frameworks and advanced topics. Every concept I learn brings me closer to writing cleaner, more efficient JavaScript. #JavaScript #LearningJourney #WebDevelopment #ProgrammingBasics #FrontendDeveloper
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