Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 415 Bytes

assessment-js-git-topics.md

File metadata and controls

16 lines (16 loc) · 415 Bytes

Topics that will be covered in Evaluation 1 (JavaScript and Git)

  • Git
    • Concepts (Cloning, Merging, Staging, Commits, etc.)
    • Usage/Syntax
  • JavaScript
    • Variables
    • Data types
    • Operators
    • Conditionals (if, else if, else)
    • Boolean logic (&&, ||)
    • Loops (while, for)
    • Functions (structure, how to call)
    • Working with strings
    • Arrays
    • Objects (creation, properties, methods)
    • Scope