Day 1 of 100xSchool Combined Bootcamp
Starting my
@100xSchool Combined Bootcamp
programming journey
Today's log :
Learnt HTML & CSS
Will be learning JavaScript next
Then moving to React .
Thanks
@kirat_tw
for teaching
π JavaScript Day 7
Today's focus was understanding Objects in JavaScript.
β Learned that objects store information as key-value pairs
β Accessed and updated object properties using dot and bracket notation
β Added, modified, and deleted properties
Every concept learned today makes writing better JavaScript tomorrow. πͺ
#JavaScript #100DaysOfCode #WebDevelopment #Coding #LearnInPublic
π JavaScript Day 6
β Explored the Spread Operator in Detail (...)
β Practiced join(), sort(), and flat()
β Learned array searching (includes(), indexOf()) & deletion
β Strengthening JavaScript fundamentals every day π»
#JavaScript#WebDevelopment#CodingJourney
π Day 6 of My JavaScript Journey
Today I focused on Arrays and practiced some of the most commonly used array methods.
β Array Creation
β slice()
β Spread Operator (...)
β shift() & unshift()
Consistency > Perfection. π»
#JavaScript
π JavaScript Day 4 π
β Learned for, while, and do...while loops.
β Started learning the basics of Strings.
β Explored Math methods: floor(), ceil(), round(), trunc(), and pow().
β Learned number formatting with toFixed() and toPrecision().
π» Small progress every day.
Day 1 of JavaScript π
Today's learning:
β’ var vs let vs const
β’ Primitive & Non-Primitive Data Types
β’ Objects are stored by reference, so multiple variables can point to the same object.
β’ Primitives are immutable changing a value creates a new one instead of modifying it.
@NotAdyz@100xSchool@kirat_tw Yep! You can watch all the lectures from the start. The bootcamp may have started months ago, but the recordings are there, so you can learn at your own pace.
Day 1 of 100xSchool Combined Bootcamp
Starting my
@100xSchool Combined Bootcamp
programming journey
Today's log :
Learnt HTML & CSS
Will be learning JavaScript next
Then moving to React .
Thanks
@kirat_tw
for teaching