Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Class 4
Wrap-up advanced CSS and Introduction to JavaScript!
## Recap and wrap-up of last class
- Pseudo-elements
- Pseudo-classes
## Introduction to JavaScript
### What is it?
### Variables
1. Setting a variable
2. Getting the value
### Types
### Operators
### Conditionals
### Functions
### Let's practice!
#### Resources
- [Pseudo elements vs. Pseudo classes](https://www.growingwiththeweb.com/2012/08/pseudo-classes-vs-pseudo-elements.html)
- [JavaScript Basics](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics)
- [JS Operators](https://www.w3schools.com/js/js_operators.asp)
- [Data Types](https://www.w3schools.com/js/js_datatypes.asp)
- [Conditionals](https://www.w3schools.com/js/js_if_else.asp)