-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Marcelo Barsotti edited this page Jan 1, 2019
·
16 revisions
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.
- What is Computer Programming
- Why Javascript?
-
Execution and Development Environments
3.1. Node.js
3.2. Plunker
3.3. Integrated Development Environment - Basic Programming Structures and Pseudocode
- Code Comments
- IO and Hello World
- Functions
- Expressions and Statements
- Variables
- String and Numeric Types
- Boolean Types
- Undefined and Null
- Arrays
- If and Else
- Switch and Case
- For
- While
- Parameters
- Return Values
- Scope
- Objects
- Objects as Parameters
- Arrays of Objects
- Built-in Objects
- Testing Your Programs