Merge pull request #14120 from Manish-Giri/fix/fix-tests-make-a-person
Add empty method body for make a person(staging)
This commit is contained in:
commit
1a5965c89b
@ -1277,6 +1277,10 @@
|
|||||||
],
|
],
|
||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
"var Person = function(firstAndLast) {",
|
"var Person = function(firstAndLast) {",
|
||||||
|
" // Complete the method below and implement the others similarly",
|
||||||
|
" this.getFullName = function() {",
|
||||||
|
" return \"\";",
|
||||||
|
" };",
|
||||||
" return firstAndLast;",
|
" return firstAndLast;",
|
||||||
"};",
|
"};",
|
||||||
"",
|
"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user