Skip to content

Commit 512990e

Browse files
Update chap3_1.js
1 parent 96a8d91 commit 512990e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter3/chap3_1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function List() {
1616
this.currPos = currPos;
1717
this.moveTo = moveTo;
1818
this.getElement = getElement;
19-
this.length = length;
19+
2020
}
2121

2222
function append(element) {

0 commit comments

Comments
 (0)