Skip to content

Commit 631e68c

Browse files
Edited ch03.asciidoc with Atlas code editor
1 parent 9ad24fb commit 631e68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch03.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ We'll dig deeper into class inheritance later. Let's take a more nuanced look at
122122

123123
==== Properties and Methods in Classes
124124

125-
It ((("classes", "properties and methods in", id="class3pami")))((("properties", "in classes", id="p3ic")))((("methods", id="m3ic")))should be noted that the `constructor` ((("constructor()")))method declaration is an optional member of a `class` declaration. The following bit of code shows an entirely valid `class` declaration that's comparable to an empty constructor function by the same name.
125+
It ((("classes", "properties and methods in", id="class3pami")))((("properties", id="p3ic")))((("methods", id="m3ic")))should be noted that the `constructor` ((("constructor()")))method declaration is an optional member of a `class` declaration. The following bit of code shows an entirely valid `class` declaration that's comparable to an empty constructor function by the same name.
126126

127127
[source,javascript]
128128
----

0 commit comments

Comments
 (0)