Skip to content

mbarsott/LearnProgrammingWithJavascript

Repository files navigation

Learn Programming With Javascript

Learn basic algorithms and programming logic with the Javascript language


This git repository contains a course that teaches the basics of algorithms and programming logic using the Javascript language.

You can clone this entire repository and follow along the course by starting with this read me file and following the links and instructions on it and linked files.

Course Outline

  1. What Is Computer Programming
  2. Why Javascript
  3. Execution and Development Environments
    3.1. Node.js
    3.2. Plunker
    3.3. Integrated Development Environment
  4. Basic Programming Structures and Pseudocode
  5. Code Comments
  6. IO and Hello World
  7. Functions
  8. Expressions and Statements
  9. Variables
  10. String and Numeric Types
  11. Boolean Types
  12. Undefined and Null
  13. Arrays
  14. If and Else
  15. Switch and Case
  16. For
  17. While
  18. Parameters
  19. Return Values
  20. Scope
  21. Objects
  22. Objects as Parameters
  23. Arrays of Objects
  24. Built-in Objects
  25. Testing Your Programs

Next Page