Astrodevil

JavaScript Fundamentals: For Loop and Modulus Operator

Today is the 6th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. Loops Loops provide a quick and simple way to repeat an action....

December 21, 2022 · 4 min · 747 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: Conditionals

Today is the 5th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. Console Log The console.log will log values during the program’s execution....

December 19, 2022 · 4 min · 646 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: Math Object

Today is the 4th day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. Today, I learned about Math.random, Math.floor Functions and to call a function within our function....

December 18, 2022 · 2 min · 333 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: Parameters, Arguments and Operators

Today is the 3rd day of my #100DaysOfCode journey with JavaScript. I write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. I studied functions yesterday, check the previous article. Today it’s time to know more about functions and the use of operators....

December 17, 2022 · 3 min · 441 words · Mr. Ånand
Astrodevil

JavaScript Fundamentals: Mutable let,Comments, Functions

Today is the 2nd day of my #100DaysOfCode journey with JavaScript. I am going to write about my learnings in an explained way through my blogs and socials. If you want to join me on the learning journey, make sure to follow my blogs and social and share yours too. Let’s learn together!🫱🏼‍🫲🏼 This Article is a part of the JavaScript Fundamentals series. Mutable let We worked on variables in the last section and now going further with variables, how can we change the stored value inside of a variable?...

December 16, 2022 · 3 min · 528 words · Mr. Ånand