Search results for #20DaysOfJavascript
Day 20 of #20DaysofJavaScript ✅Introduction to events ✅Contined playing around with Events and Event listeners ✅Setting up event handlers ✅Template literals
Day 19 of #20DaysOfJavaScript ✅Javascript Loops(if/else statements ) ✅SetAttribute method ✅Completed the Random dice generator challenge ✅Started on EventTarget: addEventListener() method.
Day 18 of #20DaysofJavaScript ✅ Const statement ✅ Primitives/value types ( Boolean, string, undefined, null, numbers) ✅Reference types (objects, arrays, functions) ✅Javascript methods
Day 16 of #20DaysofJavaScript ✅Completed the Passenger counter app class on Scrimba.
Day 16 of #20DaysofJavaScript ✅Build a passenger counter app with Scrimba. ✅Despite seeming like a basic task, it helped learn more about JavaScript functions, event listeners, mathematical operations and variables.
Day 15 of #20DaysofJavaScript ✅Manipulating HTML attributes. ✅Today I decided to do something else for a change , so I instead of procedding to the next course module, I solved challenges on @edabit. Putting everything I've learnt so far to the test😅
Day 14 of #20DaysofJavaScript ✅Manipulating HTML elements with JavaScript ✅HTML DOM Style Objects ✅The Separation of concerns ✅Text manipulation / Text content property
Day 13 of #20DaysofJavaScript ✅ Had to review array lessons with extra resources. ✅ Introductory Document Object Model (DOM) challange. ✅ Selecting HTML elements with JavaScript.
Day 12 of #20DaysOfJavaScript ✅ Went through intermediate JS again ✅ Adding JavaScript to websites ✅Introduction to Document Object Manipulation (DOM) ✅Moved from writing JS code in the console to a code editor
Day 11 of #20DaysofJavaScript ✅ Completed the Fibonacci challenge ✅ Finished the intermediate Js section. I don't feel confident in my knowledge as I should, so I've decided to revisit the introductory and intermediate sections with more resources to aid my understanding.
Day 10 of #20DaysofJavaScript I haven’t been as consistent as I should be ✅Spent most of the time trying to solve the Fibonacci sequence challange which was futile btw. So I procedded to finding more resources. ✅Watched videos on While and For statements on Yt.
Day9 of #20DaysofJavaScript ✅ Conditional Statements: For Loop ✅ Started the Fibonacci code challenge ✅ Watched a video on the full-stack dev roadmap for clarity ✅ Found a Javascript book to read off-screen. Was it a productive day? I'm not sure.
Day 8 of #20DaysofJavaScript ✅ Reviewed the last challenge ✅ Control statements: While Loops ✅ 99 Bottles challenge. P.S.: The challenges are getting harder, and I spend a lot of time on them without much progress, but that means I'm improving, right?👀
Day 7 of #20DaysofJavaScript ✅ Who’s buying lunch challange 🙂
Day 6 of #20DaysOfJavaScript ✅Adding elements and intermediate array techniques ✅Worked on the FizzBuzz numbers task ✅Learnt how to use arrays and conditionals to structure a sequence. ✅Proper use of IF/ELSE statements
Day 5 of #20DaysofJavaScript ✅Collections ✅ JavaScript arrays and Const. Implemented by working on a guest list for an event. Got stuck and turned to YouTube videos for for more clarity with extra resources from W3schools.com
Day 4 of #20DaysOfJavaScript: I attempted the leap year challenge but got stuck trying to code the flowchart. I eventually had to check the solution after many attempts. ✅ Finished the challenge and learned to use flowcharts for clarity.
Day 3 of #20DaysOfJavaScript; ✅Control Statements, using IF/ELSE logic and conditionals ✅Comparators and Equality ✅Combining comparators. I implemented them by trying a coding challenge, creating an advanced BMI calculator using IF/ELSE statements.
Day 5 of #20DaysOfJavascript Learned : "Async nature of JS" - Explored implementation of Promises with their 4 states