Rock, Paper, Scissors Project from Odin's Project
1/9/23 Shows use of JS and others:
- externally link js to html (script src)
- js variables (integer, string, boolean, etc.)
- js comparisons (<, >, <=, =>, etc.)
- conditionals (if, if-else, if-else if)
- logical operators (||, &&, !)
- nesting in functions and conditionals
- switch statements
- ternary operator
- Chrome js dev tools
- function expression vs declaration
- problem solving
- js callstacks
- js errors (syntaxerror, logicerror, typeerror, referenceerror)
1/22/23
- DOM
- document.querySelector
- event listeners
- add text content via DOM
- callback (e)