Skip to main content

Introduction to Programming

Booleans - True/False, Truthy False-y - Binary operators in Javascript programming language.

Where does HTML fit in?

DOM - Document Object Model

HyperText Markup Language - Skeleton of the Internet

Cascading Style Sheets - Face of the internet

JavaScript - Muscle of the internet (debatable)

XML - Extensible Markup Language

JSON - The Fat-Free Alternative to XML

Week 1: Numbers, Variables, Strings

Strings, Numbers, and Variables are as they sound, but with caveats/details.

A variable is a container for a value, like a number we might use in a sum, or a string that we might use as part of a sentence. But one special thing about variables is that their contained values can change.

Don't use W3Schools, MDN is a recognized resource and led by a reputable organization that champions privacy on the internet.

Internet browser market share

Tags, Elements, Selectors

You might be familiar with some of the following:

These are all tags of the respective element they represent, there's a (frowned-upon) in-line CSS style that selects the .body class to declare changes to what it has selected (the body everything on the page)

THE PARKING LOT ARCHIVE

how we can use the "inspect" function in a browser to diagnose issues with a store, whether it's a script issue or whatever. - Chrome DevTools About page - Chrome in general

I was thinking it would be fun for us to do slack code stuff as an early starting project. like how to make custom icons and stuff. not sure if we have the permissions to do it, but could be a good topic one night. - Tutorials to look at