Chapter 1. Intro/Recap, Terminology

Table of Contents
1.1. References for this Course
1.2. References for this Lesson
1.3. Code, An Very Brief Introduction to Terminology
1.4. First Things First
1.5. A Statement Dissected, More on Terminology
1.6. A Program, a Script
1.7. JavaScript Code, Where Do We Put It?
1.7.1. JavaScript's Structural Place
1.8. A General Word on Program/Page Structure
1.9. Assignments JS.0

1.1. References for this Course

Textbook material:

  • Niels Müller Larsen. Web Development[NMLdkexit]
  • Mozilla Developer Network. JavaScript[MDNJS]
  • Practical Node.js [Mar18]

General web development reference material also has a home on the web at the Mozilla Developers Network, go to https://developer.mozilla.org/en-US/docs/Web

There will be plenty of references to other material in the individual chapters. Please refer to the bibliography via the provided links.