Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 524 Bytes

readme.md

File metadata and controls

12 lines (11 loc) · 524 Bytes

Agenda

  1. Introduction to JavaScript - What is JS and where is it used.
  2. Variables, Data Types, Arrays, Objects.
  3. Loops, Conditional Statements, Functions - Traditional and Arrow Functions.
  4. Introduction to Node.js - What is Node.js and how to use it.
  5. Introduction to Web Concepts - Web and HTTP Concepts.
  6. How does the web work - Client/Server Architecture.
  7. HTTP Methods and Responses.
  8. Introduction to Express - What is express?
  9. “Hello World” express server
  10. Mini Project - To Do Application