Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JavaScript IV

This challenge focuses on classes in JavaScript using the new `class` keyword.
This challenge focuses on classes in JavaScript using the new `class` keyword.

## Assignment Description

Expand All @@ -21,7 +21,7 @@ const fred = new Person({
```

* Because none of the above code is new, you're about to see your world get much much easier when dealing with Object Creation and Classical Inheritance as it pertains to JavaScript.
* The Class Keyword makes this SO MUCH EASIER!
* The Class Keyword makes this SO MUCH EASIER!
* **Fork** and clone this repository.
* **Complete** all of the exercises found in the assignment files.

Expand Down