We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc2d9f commit 04688efCopy full SHA for 04688ef
content/javascript-101/objects.md
@@ -10,7 +10,6 @@ called a method of the object. Otherwise, they are called properties.
10
As it turns out, nearly everything in JavaScript is an object -- arrays,
11
functions, numbers, even strings -- and they all have properties and methods.
12
13
-
14
<javascript caption="Creating an object literal">
15
var myObject = {
16
sayHello : function() {
0 commit comments