Skip to content

Endzelisp/Rock_Paper_Scissors_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock_Paper_Scissors_Project

JavaScript practice from The Odin Project curriculum

This first practice is intended to put into practice and reinforce all knowledge acquired at this moment:

  • Datatypes
  • Variables
    • creation / initialization
    • scope
  • Conditional branching
  • if / else if / else statements
  • switch statements
  • ternary Operator
  • Functions
    • function declaration
    • function expressions
    • anonymous functions
    • arrow functions
  • Loops
    • For
    • While
    • Do While
  • Developing solving problem skills
  • JavaScript error detection and debugging
  • DevTools debugging

Additionally I used some more advanced JavaScript concepts as closures and function composition