Top Tweets for #60DaysOfCodeChallenge
Day 48 of #60DaysOfCodeChallenge
So after Practicing destructuring and using a lot of if statement, I learned about the spread operator and I was totally amazed how more than 15 lines of code was reduced to just 2.
Really helpful if you ask me
#BuildinPublic #React

Day 47 of #60DaysOfCode Challenge
I completed a small coding challenge to practice what I learned previously. I was able to practice destructuring of events and complex state
Solid Improvement💯
#React #BuildInPublic

Day 59 #60daysofcodechallenge
What I learnt yesterday
REST PATTERNS AND PARAMETERS
📍It has same syntax as the spread Operator but works as the Opposite
- It collects multiple elements and condense them into an Array
- Used to write variable names separated by commas
Day 57 - 58 #69daysofcodechallenge
THE SPREAD THE OPERATOR (...)
- Used To expand an Array into all ts Element
- Basically Unpacking all the Array Elements at one
📍 It takes all the values out of the Array and write then individually as if it's written manually
Day 52 #60daysofcodechallenge
What I did yesterday
✔️PRIMITIVES vs OBJECTS
📍Primitives
- Numbers
-Strings
-Booleans, etc
📍Objects
-Arrays
-Object literals
-Functions, etc

Day 48 - 51 #60daysofcodechallenge
Day 48
✔️ SCOPING IN PRACTICE
➡N/B: The scope of a variable is the entire region of the code in which the variable is accessible
➡A child scope can access the parent scope. Vice versa, it can't occur ❌

Day 48 - 51 #60daysofcodechallenge
Day 48
✔️ SCOPING IN PRACTICE
➡N/B: The scope of a variable is the entire region of the code in which the variable is accessible
➡A child scope can access the parent scope. Vice versa, it can't occur ❌

Day 45-47 #60daysofcodechallenge
Day 45-46
EXECUTION CONTEXTS AND THE CALL STACK
EXECUTION CONTEXT (EC)
➡ More On how js codes are executed
Execution Context: environment in which a piece of JS code is executed, stores all the necessary info for some code to be executed
🧵👇

Day 45-47 #60daysofcodechallenge
Day 45-46
EXECUTION CONTEXTS AND THE CALL STACK
EXECUTION CONTEXT (EC)
➡ More On how js codes are executed
Execution Context: environment in which a piece of JS code is executed, stores all the necessary info for some code to be executed
🧵👇

Day 44 #60daysofcodechallenge
✔JavaScript Run Time in the Browser
📍 It's a container Including all the things needed to be used in Js (in this case, in the browser).
They Include
📍 Js Engine- The Heart Of the Js run time is the engine.
🧵🧵👇

Day 44 #60daysofcodechallenge
✔JavaScript Run Time in the Browser
📍 It's a container Including all the things needed to be used in Js (in this case, in the browser).
They Include
📍 Js Engine- The Heart Of the Js run time is the engine.
🧵🧵👇

Day 43 #60daysofcodechallenge
📍Launched the game
📍https://t.co/DX8MKMsRo5
📍To play on mobile, you have to rotate your device.
📍Please drop your feedbacks in the CM, I'm open for corrections 🤲
#buildinginpublic
@_devJNS @malikobansa
Day 43 #60daysofcodechallenge
📍Launched the game
📍https://t.co/DX8MKMsRo5
📍To play on mobile, you have to rotate your device.
📍Please drop your feedbacks in the CM, I'm open for corrections 🤲
#buildinginpublic
@_devJNS @malikobansa
Day 42 #60dayofcodechallenge
📍Completed the Pig Game 🥳
RESETTING THE GAME
📍User click's on New game, the game resets.
📍Getting ready to make it responsive
📍Noticed and fixed a bug that was adding the currentScore to the total score 2x
🧵🧵👇👇
#buildinginpublic
Day 37 #60daysofcodechallenge
📍Looked at the game's flow chart
📍Started the game functionality
📍So basically what I did today was to hide the dice and players score

Day 31-36 #60daysofcodechallenge
Day 31
Handling An "Esc" Keypress
📍Theyre 3 events for th keyboard
- Key Down = fired when the key is pressed down
- Key Press = Fired when a key is pressed down and released
- Key Up = Fired when a key is released
👇🧵🧵
Day 82 #githubstreak'24
📍Completed and delivered one client's Job
📍Completed the tablet view of a page ( Mobile left) then one more page to complete and I'm done.
📍 waiting for light so I can complete the last task for the day #60daysofcodechallenge
#buildinginpublic

Day 76-81 #githubstreak'24
Most work I did today was learning how SEO ( Search Engine Optimization ) works and how to implement it in teh HTML page.

Patiently waiting for light 💆
Must complete the following this week;
📍Two pending client jobs
📍complete group project
Next week I'll restructure stuffs, work on my personal projects and invest more time on JS
📍Tailwind Project
📍#60daysofcodechallenge 💪
I'm back 💆
Day 31-36 #60daysofcodechallenge
Day 31
Handling An "Esc" Keypress
📍Theyre 3 events for th keyboard
- Key Down = fired when the key is pressed down
- Key Press = Fired when a key is pressed down and released
- Key Up = Fired when a key is released
👇🧵🧵
Day 29 - 30 #60dayscodechallenge
#Project 2 MODAL WINDOW
Basically what the project entails
📍the Modal
📍the show-modal
📍the close-modal
📍the overlay
WORKING WITH CLASSES
element.classList.
📍.add();
📍.remove();
📍.toggle()!;
📍.contains();
🧵🧵
Day 74 - 75 #githubstreak'24
Worked on a new mini project Modal window on #60daysofcodechallenge 💪💪
#buildinginpublic

Day 70 - 73 #githubstreak'24
📍Completed the desktop screen resolution's of my part on the community project I'm working on.
📍 So basically what I did today was to make it fit all desktop screens
📍Upnext is tablet and Mobile screens
#buildinpublic

Day 25 - 27 #60daysofcodechallenge
Day 25
📍Worked on refactoring the code
Day 26
📍Encountered bugs
Day 27
📍Fixed the bugs and Testing
📍Created a new repo for the game
📍Deployed the game on Vercel 😊
https://t.co/2sRbekXkGe
#buildinpublic
Day 23 - 24 #60daysofcodechallenge
Day 23
📍Completed the game's UI
Day 24
REFACTORING THE CODE, THE DRY PRINCIPLE
📍So basically this module is to learn how to fix duplicated or similar codes in our code blocks.
🧵🧵
Day 23 - 24 #60daysofcodechallenge
Day 23
📍Completed the game's UI
Day 24
REFACTORING THE CODE, THE DRY PRINCIPLE
📍So basically this module is to learn how to fix duplicated or similar codes in our code blocks.
🧵🧵
Day 22 #60daysofcodechallenge
GAME UI
✅ Working on the game's screen responsiveness (though it's not part of the course, I just want to work on it and then share it 😁).

Day 53 of 60 Days of Code
Topics covered today
- HoF (Higher Order Function)
- callback
- callback hell
- returning function
- setInterval
- setTimeOut
- clearInterval
This is all for today
#60daysofcodechallenge #codingchallenge #codingjourney #pwskills
Day 22 #60daysofcodechallenge
GAME UI
✅ Working on the game's screen responsiveness (though it's not part of the course, I just want to work on it and then share it 😁).

Day 21 #60daysofcodechallenge
✅ I made the Again button functional
✅I implemented the high score
✅Still testing the game
Day 21 #60daysofcodechallenge
✅ I made the Again button functional
✅I implemented the high score
✅Still testing the game
Day 20 #60daysofcodechallenge
📍PC went off while I was brainstorming first task on Dom manipulation.
<< The task is to fix the "Again" button, when clicked its to reset the game.
<< I'll make a post on it tomorrow once I complete the task.
<< Probably make a video also.
Day 20 #60daysofcodechallenge
📍PC went off while I was brainstorming first task on Dom manipulation.
<< The task is to fix the "Again" button, when clicked its to reset the game.
<< I'll make a post on it tomorrow once I complete the task.
<< Probably make a video also.
Day 19 #60daysofcodechallenge
DOM MANIPULATION
📍Manipulating CSS styles
<< So basically today, I manipulated the game bg body to green once the user gets the number correctly and to red when the score decreases to 0 and losses the game.
👇👇🧵

Day 19 #60daysofcodechallenge
DOM MANIPULATION
📍Manipulating CSS styles
<< So basically today, I manipulated the game bg body to green once the user gets the number correctly and to red when the score decreases to 0 and losses the game.
👇👇🧵

Continuing from Day 18 of #60daysofcodechallenge
So yeah, Still on my Guess a Number Game project
📌IMPLEMENTING THE GAME LOGIC
📍Implemented computer random number
📍Game score
📍Game message
#buildinginpublic

Day 64 #githubstreak'24
📍Learned just JS with the little time I got.
Check out my post on #60daysofcodechallenge for info
#buildingjnpublic

Its Day 63 of #githubstreak'24
Been learning slowly this days
Exam's my major challenge upfront 😌
Well I still won't miss a day😌
#buildinginpublic

Last Seen Hashtags on Sotwe
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.2M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
109.2M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.3M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.6M followers

KATY PERRY 
@katyperry
87M followers

Taylor Swift 
@taylorswift13
80.8M followers

Lady Gaga 
@ladygaga
72.3M followers

Kim Kardashian 
@kimkardashian
69.4M followers

Virat Kohli 
@imvkohli
68.8M followers

YouTube 
@youtube
68.6M followers

Bill Gates 
@billgates
63.5M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61.4M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
60.1M followers





















