DAY 10 OF BUILDING IN PUBLIC WITH FREECODECAMP
Today I Worked with numbers, operators, Build and debugged type coercion errors in a buggy app. Progress: 109/1319 steps done.
Day 16 Learning Backend (Python)
Today, I learned about Django Templates and how they are used to display HTML pages instead of returning plain text responses.
I also learnt how to create and connect templates to views, and pass data from a view to a template.
Day 317 of my tech journey: still on JavaScript, I learned:
.And and OR operator
. object
. Also, methods on object
I also did revision on everything I have learned so far
We keep moving 💪.
#buildinpublic#javascript#100daysofcoding
Day 316 of my tech journey:
.Math.random() for generating random numbers
.Math.floor() to round down decimals
Combining Math.random() + Math.floor()
.for loops and looping through arrays
.Updating the DOM with loops
Returning values from functions using return. Still moving💪.