Day 3 of 21 Days of Javascript
Today I worked through Chapter 4 of Eloquent Javascript and completed the first exercise. I'll do the rest tomorrow. Key areas covered were:
- Arrays and how to traverse them.
- Methods and properties of objects and how to access them.
- A short bit on JSON.
I'm starting to get used to JS syntax. It just takes practice. Also, I've used ChatGPT to help me understand the quirks of JS. I continue to only AI only for extra explanations, rather than direct answers to any exercises or solutions I'm working through. Here's an example of a question I asked earlier today.
