View on GitHub

reading-notes

My learning journal for Code Fellows

Basics of HTML, CSS, and JS

HTML & CSS Reading

A lot of this reading was review of HTML and CSS concepts and language, of which I will make note of what is new to this site.

Structural vs. Semantic Markups

Block elements vs. Inline elements

Here are the blcok level elements in HTML

Block level elements

And here are the inline elements in HTML

Inline elements

Rules of Specificity

JavaScript Reading

A lot of this reading was also review, so I will just put down what was either new material for me, or material that I was better understood by myself after having already interacted with the concept.

Value Types

Rules for Naming Variables

Things I want to know more about

I feel like I loosely grasp the concept of arrays, but would like to unuderstand them more. I feel like they are a super useful tool and could cut out a lot of repetitive coding