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