Day 42 of #100DaysOfCode

Built a 2D Breakout game.

#javascriptlearning #LearnInPublic

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.

#javascriptlearning #LearnInPublic #LearningJourney

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

JavaScript Built-in Objects (part 1)

JavaScript has several built-in objects that provide functionality to perform various tasks - they are essential to the language and can be used to make development easier and faster.

90-10.dev - Expand your coding knowledge with concise tutorials

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