Day 3 of #100DaysOfCode

Day 3 of #100DaysOfCode

Today I Learned

Today I learned the basics of DOM Manipulation.

DOM stands for Document Object Model and is a way to represent an HTML or XML document as a tree-like structure. DOM manipulation is the process of using JavaScript to access, add, modify, or delete elements in the document, as well as change their properties and styles.

You can check out my code here: GitHub Day 3

Tech Treat of The Day

Python Tutor
Python Tutor is a tool which provides a visual representation of how the code is executed in languages like Python, JavaScript, C, C++, and Java. It makes it easier to understand how the code works by showing you what's happening as the code runs.

It can be used by:

  • Beginners: To understand the logic and structure of the program in a step-by-step manner.

  • Experienced Developers: To communicate their ideas effectively to their peers.