🔁 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
Revising JavaScript with Sheryians Coding School
More Relevant Posts
-
📘 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
-
-
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 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
-
-
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
To view or add a comment, sign in
-
-
🚀 Day 806 of #900DaysOfCode 📘 Important Built-in JavaScript Methods You Must Know JavaScript gives us a treasure of built-in methods that make coding easier, cleaner, and more efficient. In today’s post, I’ve covered some of the most powerful and commonly used JS methods that every developer should master — from arrays and strings to objects and numbers. These methods can save you lines of code, improve readability, and help you write smarter, more elegant JavaScript. 💡 If you want to go from writing code to crafting solutions — this post is for you! 💬 Which JS method do you find yourself using the most? Drop it in the comments 👇 #Day806 #learningoftheday #900daysofcodingchallenge #JavaScript #WebDevelopment #FrontendDevelopment #CleanCode #LearnToCode #Programming #CodeBetter
To view or add a comment, sign in
-
🎯 Learning JavaScript Loops: While Loop Practice! Today, I practiced using while loops in JavaScript — one of the fundamental concepts in programming logic. Here’s what I built 👇 💡 Tasks I implemented: 1️⃣ Print numbers from 1 to 10 using a while loop. 2️⃣ Calculate the sum of numbers from 1 to 50. 3️⃣ Print numbers from 20 down to 1 in descending order. 4️⃣ Generate the multiplication table of 7 (from 1 × 7 to 10 × 7). 🧠 Each task helped me strengthen my understanding of loop conditions, increment/decrement operations, and logic flow in JavaScript. 🚀 Small steps like this make a big difference when learning to think like a developer. If you’re also learning JavaScript, try writing your own variations of these loops — it’s great practice! #JavaScript #WebDevelopment #CodingJourney #WhileLoop #LearnToCode #100DaysOfCode #FrontendDevelopment
To view or add a comment, sign in
-
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
-
🚀 Master JavaScript from Basics to Advanced! 💻 I’ve compiled complete JavaScript notes covering everything from ✅ Fundamentals (Variables, Loops, Functions) ✅ ES6+ Concepts (Arrow Functions, Promises, Async/Await) ✅ DOM Manipulation & Events ✅ OOP in JS ✅ Interview Topics & Real-world Examples Perfect for beginners and professionals looking to strengthen their JS skills 💪 📘 Get your JavaScript Complete Notes now and level up your coding journey! #JavaScript #WebDevelopment #Frontend #Coding #Programming #Learning
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