Rename length() as size() because the solution and future challenges use size()

This commit is contained in:
Milo Hartsoe
2017-07-14 23:50:54 -04:00
parent 357865ce41
commit 1a1002fc0f

View File

@ -1056,7 +1056,7 @@
" this.next = null; ",
" }; ",
"",
" this.length = function(){",
" this.size = function(){",
" return length;",
" };",
"",