- JavaScript
I've continued learning the basics of JavaScript. I've moved from variables onto:
- Conditional statements
- Loops
- Functions
- Arrays
- Objects
CSS Counters
I created a codepen using CSS counters. This progress trackers made use of CSS counters. Before this pen I was unaware that you could add content to a web page using CSS. There are only a limited number of reasons to do this instead of simply adding the content direcftly in the HTML document. These small learnings will add up to make me a better developer overall.