💻 Day 41 Exploring Core JavaScript Concepts 🚀 Today’s class was full of core JavaScript learning and some deep insights about what it really means to think like a developer. 💡 We covered topics like: • Functions inside functions, First-class functions, and Higher-order functions • Closures how JS remembers variables even after execution • Arrays and Objects and methods like push(), pop(), splice(), sort(), shift(), unshift(), and more The best part was learning about the developer mindset understanding what today’s generation of developers truly need to focus on: 👉 Not just hard work, but smart work writing cleaner, logical, and efficient code. Each class is helping me connect the dots between concepts, logic, and real world thinking. Loving the process and learning something new every day with Sheryians Coding School. 💪 Harsh Vandana Sharma Sheryians Coding School #JavaScript #WebDevelopment #Frontend #SheryiansCodingSchool #CodingJourney #SmartWork #HardWork #LearningByDoing #Functions #Closures #Arrays #Objects #GrowthMindset
Learning JavaScript and developer mindset at Sheryians Coding School
More Relevant Posts
-
💻✨ Today’s JavaScript Practice Update ✨💻 Today, I explored and practiced JavaScript loops including for, while, and do...while. 🚀 It was an amazing experience learning how these loops simplify repetitive tasks and make code more efficient. 🔹 For Loop: Perfect for running a set of statements a fixed number of times. 🔹 While Loop: Ideal when the number of iterations isn’t known beforehand. 🔹 Do...While Loop: Ensures code runs at least once before checking the condition. Through hands-on coding, I understood how iteration plays a crucial role in automation, logic building, and performance optimization. This practice helped strengthen my problem-solving skills and boosted my confidence in writing clean, logical, and optimized JavaScript code. #JavaScript #Coding #LearningInPublic #WebDevelopment #ProgrammingJourney #ForLoop #WhileLoop #DoWhileLoop #FrontendDevelopment
To view or add a comment, sign in
-
🚀 Day 38 | Deep Dive into Advanced JavaScript | Sheryians Coding School 💻✨ Today’s session took JavaScript to the next level - packed with concepts that truly sharpened both my logic and problem-solving skills! 💡 🔍 Explored Topics: 🔹 Functions → anonymous, higher-order, callback, first-class, pure & impure functions 🔹 Closures & Scoping Rules → mastering how variables and functions interact across scopes 🔹 Arrays → powerful methods like push(), pop(), slice(), filter(), map(), reduce(), and more 🔹 Objects → creating, updating, deleting, and working with nested structures Each concept added a new layer to my JavaScript understanding - seeing how these fundamentals shape real-world web apps was fascinating! ⚡ Every session at Sheryians makes me more confident in writing clean, efficient code. 💪🔥 #Day38 #JavaScript #FrontendDevelopment #WebDevelopment #Cohort2 #LearningJourney #CodingPractice #Closures #HigherOrderFunctions #SheryiansCodingSchool
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
-
🚀 Day 37 - JavaScript Functions: The Real SUPERPOWER of JS! 💪 🎯 Cohort 2.0 - Sheryians Coding School If JavaScript is the body… 👉 Functions are definitely the 💖 (Heart) Today’s class unlocked some major clarity 👇 ✨ What I learned today: 🔹 Required, Default & Destructured Parameters 🔹 Positional, Spread & Default Arguments 🔹 Nested Functions + how Scope Chain works 🔹 IIFE - executes the moment it appears 😎 🔹 Arrow Functions → cleaner, modern syntax 🔹 Higher-Order + Callback + First-Class Functions ➡ These make JavaScript dynamic, modular & powerful ⚡ 📌 Key Takeaway: “Master functions → Master JavaScript!” ✅ Feeling more confident every single day 💻🚀 Thanks to Harsh Vandana Sharma, Satwik Raj, and the entire Sheryians Coding School Community for making learning this fun 🙌 👇 Tell me in the comments: Which JS concept confused you the most but now makes sense? 🤔 #JavaScript #Functions #WebDevelopment #CodingJourney #Cohort2_0 #LearningByDoing #SheryiansCodingSchool #FrontendDevelopment
To view or add a comment, sign in
-
-
Leveling Up on Day 2 of JavaScript! 📈 We dove headfirst into the essentials today, moving from the why to the how of writing clean JavaScript. A huge shoutout to Harsh Bhaiya for breaking down complex ideas into simple, actionable steps! What I Learned & Practiced: The Essentials: How to get started, why JS is important, and how to link it using the <script> tag. Variable Declarations: Establishing best practices with let and const for better scope management. Browser Toolkit: Mastering console.log for debugging and using prompt/alert for basic user communication. Data Handling: Practicing essential String methods (slice, split, replace, includes)—these are critical for manipulating data from APIs or user inputs! The momentum is real! Excited to keep building on this strong base. #Day2 #JavaScript #JSFundamentals #WebDevelopment #CodingJourney #HarshBhaiya Sheryians Coding School Sheryians Coding School Community
To view or add a comment, sign in
-
-
🚀 Day 13/25 – Daily Learning Challenge Today, I revisited three essential JavaScript concepts—map(), filter(), and reduce()—fundamental tools for writing clean, efficient, and modern code. 💡 Key Takeaways: ▪️map() – Transforms each element in an array and returns a brand-new array. ▪️filter() – Extracts elements based on specific conditions, making it perfect for data validation and cleanups. ▪️reduce() – A versatile function used for computing totals, aggregations, averages, and more. Mastering these higher-order functions significantly improves code readability, performance, and overall problem-solving efficiency. Revisiting them helped strengthen my core JavaScript fundamentals—especially useful for building scalable applications in React and modern JS ecosystems. Excited to keep the momentum going! 💪 #Day13 #MasaiVerse #DailyLearning #JavaScript #CodingPractice #TechLearning #GrowthMindset #KeepLearning Masai
To view or add a comment, sign in
-
Day 28 of #100DaysOfCode Hands On with JavaScript Basics Today’s session was packed with practical exercises that helped strengthen the JavaScript fundamentals I learned earlier. Key Topics Covered: Introduction to JavaScript and observing its behavior in webpages Linking JavaScript files and using the defer attribute Running JS directly in the browser console Variables and keywords: var, let, const Logging and user interaction (console, alert, prompt) Working with strings and template literals Statements, semicolons, and comments Expressions vs statements Data types, special values, and type conversions Primitive vs reference data types Along with the technical part, Harsh Vandana Sharma also shared valuable insights about industry standards, why many candidates face rejections in resumes and interviews, and how we can improve our approach to meet real-world expectations. Sheryians Coding School and Sheryians Coding School Community #100DaysOfCode #JavaScript #WebDevelopment #Frontend #CodingJourney #SheryiansCodingSchool
To view or add a comment, sign in
-
-
🚀 My Takeaways After Learning Asynchronous JavaScript After spending some time diving deep into asynchronous JavaScript, here’s what I’ve come to realize 👇 💡 In modern JavaScript development, understanding async behavior isn’t optional anymore — it’s essential. 🧠 JavaScript runs on a single thread, and without async operations, our apps would freeze every time we wait for an API call or heavy data processing. ⚙️ That’s where callbacks, promises, and async/await come in — they keep our code responsive, efficient, and user-friendly. #JavaScript #Programming #WebDevelopment #FrontendDevelopment #CodingJourney #LearnToCode #SoftwareEngineering #DeveloperCommunity #100DaysOfCode A quick example 👇
To view or add a comment, sign in
-
-
✨ Day [01] of My Learning Journey ✨ Today, I explored one of the most fundamental yet powerful concepts in JavaScript — Functions 💡 Here’s what I learned: 👉 A function is basically a reusable block of code that performs a specific task. 👉 It helps make code cleaner, modular, and easier to debug. 👉 You can create a function once and call it multiple times — super efficient! For example 👇 function greet(name) { console.log("Hello, " + name + "!"); } greet("Nikki"); // Output: Hello, Nikki! Then I also discovered arrow functions, which are a shorter and more modern way to write functions: const greet = name => console.log("Hello, " + name + "!"); I found this really interesting because arrow functions make the code more concise and look cleaner. 🚀 Small step today — but one more building block towards mastering JavaScript 💻 #90DaysOfCode #javascript #learning #webdevelopment #frontend #functions #growthmindset
To view or add a comment, sign in
-
🚀 Day 35 - Deep Dive into Loops | JavaScript Today’s session took our JavaScript journey to the next level! We explored advanced looping concepts through Level-2 problem-solving exercises, combining for, while, and user interactions with prompt(). 💡 Key Learnings: 🔹 Strengthened logical thinking through real-world problems. 🔹 Broke down complex tasks into smaller, manageable steps. 🔹 Wrote dynamic code that interacts with user input. 🔹 Used loops and conditionals to generate specific outputs and patterns. 🧠 Harsh Bhaiya guided us to approach each challenge strategically first understanding the problem, visualizing loop flow, and then crafting efficient solutions. His advice reminded us that true learning happens when we struggle, reason, and solve independently. Each question solved today added to my confidence and made me appreciate how loops truly power logic in programming. Feeling proud, prepared, and excited to take on even tougher challenges ahead! 💪 📚 Student at: Sheryians Coding School #JavaScript #WebDevelopment #CodingJourney #LearningEveryday #SheryiansCodingSchool #ProblemSolving
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