Skip to content

Commit 04688ef

Browse files
committed
changed the indentation
1 parent 4dc2d9f commit 04688ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/javascript-101/objects.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ called a method of the object. Otherwise, they are called properties.
1010
As it turns out, nearly everything in JavaScript is an object -- arrays,
1111
functions, numbers, even strings -- and they all have properties and methods.
1212

13-
1413
<javascript caption="Creating an object literal">
1514
var myObject = {
1615
sayHello : function() {

0 commit comments

Comments
 (0)