Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 2.26 KB

README.md

File metadata and controls

73 lines (52 loc) · 2.26 KB

Access Code 4.1

Fundamentals

Introduction

Lessons

  1. The Command Line
  2. Node
  3. Values, Types, Operators
  4. Variables
  5. Conditionals
  6. Functions and Scope
  7. Loops
  8. Strings
  9. Arrays
  10. Objects
  11. Function Composition
  12. Callbacks
  13. User Input
  14. Git and Github
  15. Factory Functions
  16. Date and Time
  17. Constructor Functions
  18. Filter, Map, Reduce
  19. Regular Expression
  20. File I/O
  21. Testing and Error Handling

Projects

Extras

DS&A

TBD

Goals

Enduring Understanding

  • Human Language <--> Step-by-Step Instructions <--> Programming Language
  • Boolean Logic
  • Types
  • Modular Thinking
  • Object-based and function-based programming (first steps)

Goals

  • Students will be able to clearly formulate a step-by-step solution to a problem.
  • Students will be able to convert a step-by-step solution to a programming language.
  • Students will understand the fundamentals of objects and functions, and be able to use both in their code.

Knowledge and Skills

Performance Tasks

  • Final Assessment
  • Project(s)