Skip to content

justinayson14/rps-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rps-js

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published