Skip to content

Commit fb59aa8

Browse files
authored
Update working-with-classes-and-objects.mdx
1 parent e404c05 commit fb59aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technologies/javascript/working-with-classes-and-objects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,6 @@ The code snippet above changes the name of the cat and dog object after initiati
237237
- Objects, on the other hand, are like containers that hold multiple pieces of information - properties. These properties can be anything from strings and numbers to other objects and arrays.
238238
- Classes are templates for objects. They provide a blueprint that you can use to create multiple objects with the same properties and behaviours.
239239

240-
Understanding what variables, objects, and classes are, is essential for a beginner in JavaScript. By mastering these basic concepts, you're well on your way to building more complex programs in JavaScript.
240+
Understanding what variables, objects, and classes are, is essential for a beginner in JavaScript. By mastering these basic concepts, you're well on your way to building more complex programs in JavaScript.
241241

242242
Thank you for reading! 🎉

0 commit comments

Comments
 (0)