mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Rename length() as size() because the solution and future challenges use size()
This commit is contained in:
parent
357865ce41
commit
1a1002fc0f
@ -1056,7 +1056,7 @@
|
||||
" this.next = null; ",
|
||||
" }; ",
|
||||
"",
|
||||
" this.length = function(){",
|
||||
" this.size = function(){",
|
||||
" return length;",
|
||||
" };",
|
||||
"",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user