17 Feb 2026 -> Learned var, let, const and basic data types. -> Practiced typeof and simple variable usage. #javascript #coding #LearninginPublic #DevJourney
Learning JavaScript Basics: Variables and Data Types
More Relevant Posts
-
📌 #75 DailyLeetCodeDose Today's problem: 108. Convert Sorted Array to Binary Search Tree – 🟢 Easy This is a classic divide and conquer problem – we pick the middle element as the root, then recursively construct the left subtree from the left half of the array and the right subtree from the right half. Easy :) https://lnkd.in/eyecRNEj #DailyLeetCodeDose #LeetCode #JavaScript #Algorithms #ProblemSolving #Coding
To view or add a comment, sign in
-
-
📌 #53 DailyLeetCodeDose Today's problem: 71. Simplify Path – 🟡 Medium These are the kinds of problems you'll most likely face. They aren't difficult, but they're quite practical. Such tasks don't require knowledge of sophisticated algorithms or complex data structures, yet they appear quite often in real-world development, so practicing them is definitely useful. https://lnkd.in/e7BpT3JP #DailyLeetCodeDose #LeetCode #JavaScript #Algorithms #ProblemSolving #Coding
To view or add a comment, sign in
-
-
Just Created a JavaScript Cheat Sheet (2025 Edition) If you're learning JavaScript or revising core concepts, this covers everything you need: ✅ Variables & Data Types ✅ Functions, Loops & Control Flow ✅ Arrays & Objects ✅ ES6+ Features (Arrow Functions, Destructuring, Spread) ✅ Promises, Async/Await & Error Handling ✅ OOP, Set & Map, JSON & More Whether you're a beginner or preparing for interviews, mastering these fundamentals is the key to becoming a strong developer. Consistency + Practice = JavaScript Mastery 💻✨ #JavaScript #WebDevelopment #FrontendDeveloper #Coding #100DaysOfCode #LearnToCode
To view or add a comment, sign in
-
The Ultimate JavaScript Array Methods Cheat Sheet for Developers JavaScript array methods are powerful tools for manipulating and transforming data efficiently. This comprehensive cheat sheet provides detailed explanations, syntax, and practical examples for all essential array methods, helping you write cleaner, more efficient, and modern JavaScript code. Read the full article 👇 https://lnkd.in/d_q_Ynf9 #Programming #WebDevelopment #SoftwareEngineering #Tech #Coding #JavaScript #JSArrayMethods #FrontendDevelopment #JavaScriptTips #ArrayMethods #FutureOfWork #DigitalTransformation
To view or add a comment, sign in
-
-
Ever heard of function composition? It's like stacking functions together to create new ones! 🎉 Imagine transforming data in a seamless flow, just like a chain reaction. For instance, let's say you have an array of numbers and you want to double them and then add one. Instead of writing multiple loops, we can compose functions to simplify our code. Exciting, right? 😄 Have you ever used function composition in your projects? How did it change the way you write code? #JavaScript #Coding #FunctionComposition #WebDevelopment #ProgrammingTips
To view or add a comment, sign in
-
-
📌 #68 DailyLeetCodeDose Today's problem: 86. Partition List – 🟡 Medium The goal is to rearrange a linked list so that all nodes with values less than x come before nodes greater than or equal to x, while preserving their original relative order and a clean way to solve this problem is to build two lists: 1-st one for nodes < x 2-nd for nodes >= x Then simply connect them together – this keeps the original order and runs in O(n) time with O(1) extra space. https://lnkd.in/e3Sa4AWC #DailyLeetCodeDose #LeetCode #JavaScript #Algorithms #ProblemSolving #Coding
To view or add a comment, sign in
-
-
Mastering Data Duplication: A Deep Dive into Shallow vs. Deep Copy in JavaScript Understanding how to effectively copy data in JavaScript is crucial for preventing unexpected side effects and maintaining data integrity. This comprehensive tutorial explores the fundamental differences between shallow and deep copying, providing practical code examples and best practices to ensure your data manipulation is robust and predictable. Read the full article 👇 https://lnkd.in/diVmdGFM #Technology #Programming #WebDevelopment #SoftwareEngineering #JavaScript #DataCopy #DeepCopy #ShallowCopy #DigitalTransformation
To view or add a comment, sign in
-
-
📌 #67 DailyLeetCodeDose Today's problem: 61. Rotate List – 🟡 Medium Before rotating the list, we should determine its length. If the length is 3 and the number of rotations is 10, it's safe to say that we only need to perform one rotation instead of 10 to get the same result (10 % 3 === 1). The second important idea is that we can perform all the rotations at once — we just need to identify the new head and the new tail, connect the old tail to the head, and then break the list at the correct position. That's essentially what my code does. https://lnkd.in/eEnjh6ZF #DailyLeetCodeDose #LeetCode #JavaScript #Algorithms #ProblemSolving #Coding
To view or add a comment, sign in
-
-
🚀 JavaScript Concepts Series – Day 2 👀 Let's Revise the Basics 🧐 Understanding the difference between Primitive and Non-Primitive Data Types is one of the most important fundamentals in JavaScript. 🔹 Primitive Data Types Store a single value Immutable Stored by value Copy creates a new independent value 🔹 Non-Primitive Data Types Store complex or multiple values Mutable Stored by reference Multiple variables can point to the same object in memory. 💡 Key Insight Primitive → Independent copy of value Non-Primitive → Shared reference in memory #javascript #js #webdevelopment #frontenddeveloper #coding #programming #developers #softwaredeveloper #learnjavascript #javascriptdeveloper #codinglife #devcommunity #webdev #reactjs #mernstack #codingjourney #developerlife #100daysofcode #techlearning #codeeveryday
To view or add a comment, sign in
-
-
🎯 Key Learnings from Day 3 ✔ Iterating through arrays efficiently ✔ Using counters to track values ✔ Applying conditional checks inside loops ✔ Strengthening problem-solving fundamentals Small consistent steps in DSA build strong logic and better problem-solving skills. Looking forward to solving more problems tomorrow. #DSA #JavaScript #CodingJourney #ProblemSolving #100DaysOfCode #LearningInPublic
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