Day 41 of #100DaysOfCode
31st October 2025
Built a Whac-a-mole game from a JavaScript tutorial on @freeCodeCamp by @ania_kubow
#javascriptlearning #LearnInPublic #LearningJourney #Consistency
Day 41 of #100DaysOfCode
31st October 2025
Built a Whac-a-mole game from a JavaScript tutorial on @freeCodeCamp by @ania_kubow
#javascriptlearning #LearnInPublic #LearningJourney #Consistency
Day 28 of #100DaysOfCode
Started learning about JavaScript Numbers and Number methods.
Sunday โ July 13, 2025
๐
Day 196 of #Beyond365DaysOfCode
๐
Day 196 of #100DaysOfCode
๐ฆ Updated GitHub with latest Odin & Codecademy projects
๐ Weekly review + notes clean-up
๐ Daily reading โ
๐ Trello updated
#WeekInReview #CodingJourney #WebDevelopment #BuildInPublic #LearnToCode #JavaScriptLearning
Wednesday โ July 9, 2025
๐
Day 192 of #Beyond365DaysOfCode
๐
Day 192 of #100DaysOfCode
โ Added drawing functionality to Etch-a-Sketch (#TheOdinProject)
๐ Reviewed advanced JS functions (#Codecademy)
๐ Daily reading done
๐ Trello updated
#LearnToCode #WebDevJourney #JavaScriptLearning #CodingLife #CodeEveryDay #FrontEndDev
Monday โ July 7, 2025
๐ป Day 190 of #Beyond365DaysOfCode
๐ฅ Day 190 of #100DaysOfCode
๐ Practiced DOM manipulation basics (#JavaScript)
๐ Completed DOM lesson in #TheOdinProject
โ
Daily reading done (#freeCodeCamp news + #DailyDev)
๐ Trello board updated
#BuildInPublic #WebDevelopment #CodingJourney #LearnToCode #CodeNewbiesWelcome #JavaScriptLearning
Tuesday Progress Report - July 09, 2024
โจ #365DaysofCode Day 191
๐ฏ #100daysofcode Day 26
๐ป #freeCodeCamp #R2_100daysofcode
๐ #Replit100daysofcode Day 25
1๏ธโฃ Daily Reading:
freeCodeCamp news: Read 1 article
Daily.dev: Read 1 article
2๏ธโฃ Replit100daysofcode: Day 25
๐ Python Project: Character Stat Generator
3๏ธโฃ freeCodeCamp: Day 26
๐ JavaScript Fundamentals: Gradebook App (Step 4 project completed)
๐ #CodeJourney #DeveloperLife #TechTuesday #PythonProjects #JavaScriptLearning #DailyDevReading
Did you know that JavaScript has several built-in objects that can help a lot? Here is 10 of them:
https://www.90-10.dev/js-built-in-objects-1/
#dev #javascript #javascriptlearning #webdev #CodingTips #Object #Array #String #Number #Boolean #Date #Math #RegExp #Function #Error
In JavaScript, every object has an internal prototype property which allows an object to inherit properties and methods from another object:
https://90-10.dev/js-prototypes/
#dev #javascript #javascriptlearning #tutorial #webdev #CodingTips #prototype #__proto__ #object #oop