From cff4c92bef38a00d00a69d43956413dde6a98927 Mon Sep 17 00:00:00 2001 From: Ian Baysa Date: Fri, 8 Feb 2019 18:57:17 -0800 Subject: [PATCH] slack account --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f6b65fe..4b0de0fd5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.