From 74898080494ba84c33bf3a33fee60aca78bce2cd Mon Sep 17 00:00:00 2001 From: astoneham Date: Sat, 12 Oct 2024 15:23:36 -0700 Subject: [PATCH] minor typo --- Practice/03_12/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Practice/03_12/script.js b/Practice/03_12/script.js index 9bcfa1f4..5332b13d 100755 --- a/Practice/03_12/script.js +++ b/Practice/03_12/script.js @@ -4,5 +4,5 @@ * - Find a type of object you have more than one of in your house (eg. clothing, writing tools, etc). * - Create a class describing this object type - its properties and methods. * - Create several objects using the class. - * - Test the objecs by calling their properties and using their methods in the console. + * - Test the objects by calling their properties and using their methods in the console. */