Skip to content

Commit

Permalink
Fixes #15 - Remove 'method' from 'Defining a class method' (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored May 16, 2024
1 parent f0d75f8 commit 01009f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firststeps.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class methods that can be called. The example below defines a class method for
pushing an item.

```
method push(item) {
push(item) {
}
```

Expand Down

0 comments on commit 01009f9

Please sign in to comment.