Day 28 – JavaScript Basics Today’s session was all about getting a clear introduction to JavaScript — understanding what it is, why it’s important, and how it works inside the browser. ✨ What I learned today: What is JavaScript & why it matters How to link JS using the <script> tag Running JS in the browser Difference between var, let, const Using console, prompt, and alert What are strings and how to use methods like slice(), split(), replace(), and includes() This session really helped strengthen my JS foundation. Guidance by Harsh Vandana Sharma at Sheryians Coding School #Day28 #100DaysOfCode #JavaScript #WebDevelopment #FrontendDevelopment #LearningByDoing #SheryiansCodingSchool
Learned JavaScript basics with Harsh Vandana Sharma at Sheryians Coding School
More Relevant Posts
-
When I started learning JavaScript, I thought if-else was only for checking voting eligibility. 😅 Because every tutorial example was — “Check if the user can vote according to their age.” But when I started building real projects, I realized how wrong I was! In real-world projects, I used if-else in so many unexpected and creative ways. That’s when I learned an important lesson — 👉 No topic is truly “easy,” “medium,” or “hard.” Even the simplest concepts become challenging when you try to implement them in real-life projects. So never underestimate any topic. Because what looks “basic” in theory might be the thing that tests your logic the most in practice. 💪 Tell me about your journey! #JavaScript #CodingJourney #LearningInPublic #WebDevelopment #IfElse #ProgrammerLife #100DaysOfCode #DevCommunity #Motivation #FrontendDevelopment #RockPaperScissorsGame #JSProjects #codenewbie
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
-
-
📘 Sheryians Coding School Cohort 2.0 – Day 27 and 28 📘 Topic: JavaScript Basics 💻 I learned: 🔹 What are variables & how to store values 🔹 Different data types like number, string, boolean 🔹 Basic JS syntax & writing simple scripts 🔹 How browser reads & executes JavaScript 💡 Key takeaway: JavaScript is the brain of the website, controlling how everything behaves and responds to the user. #SheryiansCodingSchool #JavaScript #Basics #FrontendDevelopment #CodingJourney
To view or add a comment, sign in
-
-
🔁 Revising JavaScript – Strengthening My Core Concepts! Today I started revising the “JavaScript – Learn Everything” course by Sheryians Coding School. This 8-hour full course covers everything from basics to advanced topics, and it’s one of the best resources I’ve found to sharpen my fundamentals again. 💻 🧠 Revision topics I’m focusing on: Variables & Data Types Operators & Control Flow Functions & Loops Arrays & Objects Revisiting these concepts is helping me build stronger logic and prepare better for React and project development. 💪 If you’re learning JavaScript or want to clear your basics — this course is a must-watch! 📺 Watch here: https://lnkd.in/gv7Jt8M6 #JavaScript #WebDevelopment #MERNStack #CodingJourney #SheryiansCodingSchool #LearningNeverStops #FrontendDevelopment #Revision
To view or add a comment, sign in
-
Conquering the JavaScript Roadmap 🚀 The journey of a thousand lines begins with a single comment.Today, we're not just writing code; we're building the foundation for innovation This detailed roadmap covers everything essential from understanding why JavaScript is important and how to run it in the browser using the <script> tag, to mastering core variables like var, let, and const with Sheryians Coding School and our one and only Harsh Vandana Sharma #JavaScript #CodingJourney #WebDevelopment #CodeLife #LearnToCode #FrontendDevelopment #JSFundamentals
To view or add a comment, sign in
-
-
I recently worked on implementing a real-time search filter that dynamically updates results as you type — no page reloads, no delay! ⚡ 🧠 Key Concepts Used: DOM Manipulation input event listener startsWith() method for string matching Dynamic rendering using JavaScript 💡 What it does: As soon as the user types something in the search box, the list instantly filters out and shows only the matching results. This makes searching super fast and user-friendly! 💻 Tech Stack: HTML | CSS | JavaScript Live link - https://lnkd.in/e8MhYsH2 Repo link - https://lnkd.in/eie58Q9Q 🔗 I’ll share the live demo and GitHub repo link in the comments — check it out and let me know your thoughts! Sheryians Coding School Sheryians Coding School Community #JavaScript #WebDevelopment #Frontend #CodingJourney #LearningByDoing #100DaysOfCode
To view or add a comment, sign in
-
💻 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
-
🗓️ 𝐃𝐚𝐲 𝟑𝟕 – 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 2 — Learning to Think in Logic 🧠 Today was all about decision making in JavaScript — learning how code “thinks.” I explored conditional statements: if, else if, switch, and even played around with alert, prompt, and error handling. It’s wild how these simple tools form the foundation of every program’s logic. Each concept feels like another small piece of the bigger picture coming together. Still early days — but every line of code is one step closer to clarity and confidence. 🌱 #Day2 #CodingJourney #MERNStack #LearnInPublic #JavaScript
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
One of the best teacher