#javascriptlearning risultati di ricerca
Day 24 of Cohort 2.0 💡 Today's session by @harshbhaiyaa was all about the different data types in JS. 🎯 Comments 🎯 Float, Number, String, Boolean 🎯 Array, Object 🎯 Null, Undefined, NaN 🎯 Primitive & Relative type @sheryians_ #100DaysOfCode #cohort2 #javascriptlearning
New TypeScript trick! Use satisfies to ensure type safety without casting. Cleaner code, no compromises! #TypeScript #javascriptlearning
Day 31 of #100DaysOfCode JavaScript - Day 2 getting fun now! Covered: statements, expression replace(), split(), console.table() console.warn() & console.error() alert() & prompt() - my first user inputs! It’s crazy how much you can do just from the console! #javascriptlearning
Day 31 #100DaysOfCode - JS Revision Done ✅ ☑️let/const/var ☑️console.table/warn/error ☑️template literals ☑️prompt/alert ☑️statement vs expression ☑️replace, includes, split Drop 1 thing jo aaj revise kiya! Tag a friend jo revision bhool jata hai 😂 #javascriptlearning
Day 32 #100DaysOfCode @sheryians_ JS session: Primitive vs Reference data types overview! PRIMITIVE (7): 1️⃣ String 2️⃣ Number 3️⃣ Boolean 4️⃣ null 5️⃣ undefined 6️⃣ Symbol 7️⃣ BigInt (coming soon) REFERENCE: - Array, Object, Function #javascriptlearning #WebDevelopment
Day 26 of MERN Stack Journey 🌿✅ 📚Today's learning: 👉Global, functional and block level scope 👉What is Closure 👉Real Use case of Closure 👉High order function thank you @rohit_negi9 bhaiya for this banger💥 #javascriptlearning #coderarmy #MERN
Deferred Imports from TypeScript 5.9 It's a game-changer for dynamic loading, letting you defer import resolution until runtime without the usual type headaches. Perfect for lazy-loading modules in big apps, reducing bundle sizes. #TypeScript #javascriptlearning
Just finished building this landing page ✨ Didn’t even have the right assets so I used an Asake pic instead 😂 Been on a streak lately, building different landing pages to sharpen my frontend flow. #javascriptlearning #Website
Day 31 of my #WebDevJourney 1.Random Quote Generator - display Brandon quotes 2.Background Color Changer - Interactive color switcher 3. Love Calculator - Fun relationship compatibility checker 4. Income Tax Calculator 5. Digital Clock @rohit_negi9 #javascriptlearning
TypeScript :- Use conditional types with infer for dynamic type extraction any function. #TypeScript #javascriptlearning
Days 14-15: Deep dive into JavaScript with "Chai and Code" by @Hiteshdotcom .Learned about arrays, objects, and functions, and got an introduction to JSON APIs. Also, explored how to use functions with objects and arrays. #100DaysOfCode #JavaScriptLearning
🚀 Day 7 of #100DaysofCode: - Successfully completed my first project using JavaScript - a dynamic Stone-Paper-Scissors game! 🪨📄✂️ - Solved One LeetCode problem 💪🏆 #JavaScriptLearning #CodeNewbie #LeetCodeChallenge #jsproject #CodeProgress
Day 23 of Cohort 2.0🚀 Today's session was about the basics of Javascript. var, let, const ✅ console, prompt, alert ✅ strings, template literals ✅ statements & expressions ✅ @harshbhaiyaa @sheryians_ #100DaysOfCode #javascriptlearning #cohort2
Today's JavaScript lessons: - Explored console basics 🖥️ - Discovered why 'let' is better than 'var' 🤔 - Learned camelCase for neat code 🐫 - Explored JavaScript data types 📊 - Understood how JS connects with HTML via DOM 🕸️ #JavaScriptLearning #CodingJourney
Javascript Console API methods #javascript #javascriptlearning #javascriptdevelopers #console #api #webapi
Here's a snippet of the outcome.... #javascriptlearning
Day 39 #100DaysOfCode of learning #javascript programming for #frontendDevelopment Learnt to fetch API and implemented it in my mini Weather App project. The project is however incomplete as I am currently learning to destructure the data into a 7-day forecast. @iamdanztee
Day 35 of my coding journey with @rohit_negi9. Completed the JavaScript Objects lecture from basics to modern ES6 tricks! Understanding objects, CRUD ops, this, and deep vs. shallow copies blew my mind. #javascriptlearning #WebDevelopment #100DaysOfCode #LearningInPublic
Day 22 of Cohort 2.0🎯 Intro to JS today—getting ready & motivated for upcoming classes. Why do people struggle in JS? Procrastination✅ Time & motivation✅ Achievements with JS✅ @sheryians_ @harshbhaiyaa #100DaysOfCode #javascriptlearning #cohort2
Day 24 of Cohort 2.0 💡 Today's session by @harshbhaiyaa was all about the different data types in JS. 🎯 Comments 🎯 Float, Number, String, Boolean 🎯 Array, Object 🎯 Null, Undefined, NaN 🎯 Primitive & Relative type @sheryians_ #100DaysOfCode #cohort2 #javascriptlearning
Day 32 #100DaysOfCode @sheryians_ JS session: Primitive vs Reference data types overview! PRIMITIVE (7): 1️⃣ String 2️⃣ Number 3️⃣ Boolean 4️⃣ null 5️⃣ undefined 6️⃣ Symbol 7️⃣ BigInt (coming soon) REFERENCE: - Array, Object, Function #javascriptlearning #WebDevelopment
TypeScript :- Use conditional types with infer for dynamic type extraction any function. #TypeScript #javascriptlearning
Class 27 of Cohort 2.0 ✅ JavaScript the Basics Learned about console log, warn, info, alert and prompt. Template literals, string methods. @harshbhaiyaa gave many insights from his experience. #WebDevelopment #javascriptlearning
Trying to create an "expense tracker",... No bug,.. oo But my code not working,.... Any help,...😒😒😒 #EimmiitOnTheWeb #EimmiitCanCode #javascriptlearning
Day 31 #100DaysOfCode - JS Revision Done ✅ ☑️let/const/var ☑️console.table/warn/error ☑️template literals ☑️prompt/alert ☑️statement vs expression ☑️replace, includes, split Drop 1 thing jo aaj revise kiya! Tag a friend jo revision bhool jata hai 😂 #javascriptlearning
Approach: At each step, decide to pick or skip the item. When all choices are made, save the current combo and rewind (backtrack) to explore new paths. It’s like testing every branch in the decision tree of all possible subsets. #LeetCode #ProblemSolving #javascriptlearning
**Day 23** Problem: Subsets leetcode.com/problems/subse… Statement: An array is given to us and we need to provide the subsets of an array. Input: [1,2,3] Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]] #LeetCode #ProblemSolving #javascriptlearning
New TypeScript trick! Use satisfies to ensure type safety without casting. Cleaner code, no compromises! #TypeScript #javascriptlearning
I want to work on my unfinished old project, and I also want to learn new things ♾ 😶 @X #javascriptlearning #JavascriptDevelopers
Day 23 of Cohort 2.0🚀 Today's session was about the basics of Javascript. var, let, const ✅ console, prompt, alert ✅ strings, template literals ✅ statements & expressions ✅ @harshbhaiyaa @sheryians_ #100DaysOfCode #javascriptlearning #cohort2
Day 31 of #100DaysOfCode JavaScript - Day 2 getting fun now! Covered: statements, expression replace(), split(), console.table() console.warn() & console.error() alert() & prompt() - my first user inputs! It’s crazy how much you can do just from the console! #javascriptlearning
Added playground support to write, run and view output of javascript and typescript code for free. Try it out at PrepareFrontend.com/playground #javascriptlearning #TypeScript #WebDevelopment
Deferred Imports from TypeScript 5.9 It's a game-changer for dynamic loading, letting you defer import resolution until runtime without the usual type headaches. Perfect for lazy-loading modules in big apps, reducing bundle sizes. #TypeScript #javascriptlearning
🤯 Did you know? JavaScript, the language that powers the web, was designed in just 10 days! 🚀💻 #javascript #javascriptlearning #programming #funfactfriday #funfact #didyouknow #didyouknowfacts
Day 24 of Cohort 2.0 💡 Today's session by @harshbhaiyaa was all about the different data types in JS. 🎯 Comments 🎯 Float, Number, String, Boolean 🎯 Array, Object 🎯 Null, Undefined, NaN 🎯 Primitive & Relative type @sheryians_ #100DaysOfCode #cohort2 #javascriptlearning
New TypeScript trick! Use satisfies to ensure type safety without casting. Cleaner code, no compromises! #TypeScript #javascriptlearning
Day 32 #100DaysOfCode @sheryians_ JS session: Primitive vs Reference data types overview! PRIMITIVE (7): 1️⃣ String 2️⃣ Number 3️⃣ Boolean 4️⃣ null 5️⃣ undefined 6️⃣ Symbol 7️⃣ BigInt (coming soon) REFERENCE: - Array, Object, Function #javascriptlearning #WebDevelopment
Day 21/365 of Being Atomic 💥 Today’s Highlights: 🔹 Completed my daily workout 🔹 Tackled new JavaScript concepts – building rock-paper-scissor game 🔹A powerful lesson from Atomic Habits – small wins, big impact #BuildInPublic #DevJourney #JavaScriptLearning #AtomicMindset
Day 31 #100DaysOfCode - JS Revision Done ✅ ☑️let/const/var ☑️console.table/warn/error ☑️template literals ☑️prompt/alert ☑️statement vs expression ☑️replace, includes, split Drop 1 thing jo aaj revise kiya! Tag a friend jo revision bhool jata hai 😂 #javascriptlearning
🚀 Day 7 of #100DaysofCode: - Successfully completed my first project using JavaScript - a dynamic Stone-Paper-Scissors game! 🪨📄✂️ - Solved One LeetCode problem 💪🏆 #JavaScriptLearning #CodeNewbie #LeetCodeChallenge #jsproject #CodeProgress
#javaScriptLearning #selfTaughtWebDeveloper #100DaysOfCode #dayOneOrSomeDay The Early Morning of Jan 9, 2024 Study Session Included:
🎓 J’ai terminé la formation “Introduction to JavaScript: The Basics” sur Coursera ! J’y ai découvert les notions de base : variables, opérations, conditions, boucles C’est une initiation, un premier pas dans l’univers du code 💻 #certification #javascript #javascriptlearning
Just finished building this landing page ✨ Didn’t even have the right assets so I used an Asake pic instead 😂 Been on a streak lately, building different landing pages to sharpen my frontend flow. #javascriptlearning #Website
Day 35 of my coding journey with @rohit_negi9. Completed the JavaScript Objects lecture from basics to modern ES6 tricks! Understanding objects, CRUD ops, this, and deep vs. shallow copies blew my mind. #javascriptlearning #WebDevelopment #100DaysOfCode #LearningInPublic
Days 14-15: Deep dive into JavaScript with "Chai and Code" by @Hiteshdotcom .Learned about arrays, objects, and functions, and got an introduction to JSON APIs. Also, explored how to use functions with objects and arrays. #100DaysOfCode #JavaScriptLearning
Day 31 of my #WebDevJourney 1.Random Quote Generator - display Brandon quotes 2.Background Color Changer - Interactive color switcher 3. Love Calculator - Fun relationship compatibility checker 4. Income Tax Calculator 5. Digital Clock @rohit_negi9 #javascriptlearning
Day 31 of #100DaysOfCode JavaScript - Day 2 getting fun now! Covered: statements, expression replace(), split(), console.table() console.warn() & console.error() alert() & prompt() - my first user inputs! It’s crazy how much you can do just from the console! #javascriptlearning
Boosting my JavaScript knowledge with @piyushgarg_dev's JavaScript. Let's connect and learn together ! #javascriptdeveloper #javascriptlearning #javascriptdevelopers
Today's JavaScript lessons: - Explored console basics 🖥️ - Discovered why 'let' is better than 'var' 🤔 - Learned camelCase for neat code 🐫 - Explored JavaScript data types 📊 - Understood how JS connects with HTML via DOM 🕸️ #JavaScriptLearning #CodingJourney
Day 26 of MERN Stack Journey 🌿✅ 📚Today's learning: 👉Global, functional and block level scope 👉What is Closure 👉Real Use case of Closure 👉High order function thank you @rohit_negi9 bhaiya for this banger💥 #javascriptlearning #coderarmy #MERN
Javascript Console API methods #javascript #javascriptlearning #javascriptdevelopers #console #api #webapi
Day 23 of Cohort 2.0🚀 Today's session was about the basics of Javascript. var, let, const ✅ console, prompt, alert ✅ strings, template literals ✅ statements & expressions ✅ @harshbhaiyaa @sheryians_ #100DaysOfCode #javascriptlearning #cohort2
Something went wrong.
Something went wrong.
United States Trends
- 1. Freddie Freeman 75.9K posts
- 2. #WorldSeries 219K posts
- 3. Dodgers 276K posts
- 4. Klein 219K posts
- 5. Good Tuesday 26K posts
- 6. Grokipedia 99.3K posts
- 7. Wikipedia 70.7K posts
- 8. #tuesdayvibe 1,660 posts
- 9. Jamaica 147K posts
- 10. $PYPL 31.8K posts
- 11. Ohtani 144K posts
- 12. USS George Washington 24.6K posts
- 13. Wordle 1,592 X N/A
- 14. #Worlds2025 14.2K posts
- 15. Kershaw 20.6K posts
- 16. 18 INNINGS 17K posts
- 17. Mookie 15.9K posts
- 18. Nelson 23.1K posts
- 19. Yamamoto 31K posts
- 20. NAACP 29.5K posts