reading-notes

Code Fellows Notes

View the Project on GitHub stephnitis/reading-notes

JavaScript & JQuery by Jon Ducket

Chapter 3: Object Literals

Chapter 5: Document Object Model

What’s the Difference Between Primitive Values and Object References in JavaScript?

JavaScripts 8 Data Types:

  1. Boolean
  2. Null
  3. Undefined
  4. Number
  5. BigInt
  6. String
  7. Symbol
  8. Objects

Understanding the problem domain is the hardest part of programming

If understanding the problem domain is the hardest part of programming and you want to make programming easier, you can do one of two things:

  1. Make the problem domain easier
  2. Get better at understanding the problem domain