mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 18:03:58 -05:00
Add empty method body for make a person(staging)
This commit is contained in:
@@ -1277,6 +1277,10 @@
|
||||
],
|
||||
"challengeSeed": [
|
||||
"var Person = function(firstAndLast) {",
|
||||
" // Complete the method below and implement the others similarly",
|
||||
" this.getFullName = function() {",
|
||||
" return \"\";",
|
||||
" };",
|
||||
" return firstAndLast;",
|
||||
"};",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user