Skip to content

Commit

Permalink
feat: update learning goals
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-u committed May 8, 2023
1 parent 6b8bd2c commit ab9b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Identify expected code behavior by reading and understanding test results and errors.
- Define a `class` and use it to create objects (instances).
- Create a subclass that extends a parent class using `extends` and `super()` to inherit properties and methods.
- Define and implement class methods that use the `this` keyword to access and manipulate object properties.
- Define class methods that use the `this` keyword to access object properties.
- Add or remove items from an array using the array methods (`push`, `pop`, `shift`, `unshift`, and `splice`).
- Iterate over arrays using the `for` and `forEach` loops.
- Pass values as arguments to functions.
Expand Down

0 comments on commit ab9b465

Please sign in to comment.