mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Fix default code's tab spacing
This commit is contained in:
parent
457b8b6416
commit
4c1407fb59
@ -1276,11 +1276,11 @@
|
||||
],
|
||||
"challengeSeed": [
|
||||
"var Person = function(firstAndLast) {",
|
||||
" // Complete the method below and implement the others similarly",
|
||||
" this.getFullName = function() {",
|
||||
" return \"\";",
|
||||
" };",
|
||||
" return firstAndLast;",
|
||||
" // Complete the method below and implement the others similarly",
|
||||
" this.getFullName = function() {",
|
||||
" return \"\";",
|
||||
" };",
|
||||
" return firstAndLast;",
|
||||
"};",
|
||||
"",
|
||||
"var bob = new Person('Bob Ross');",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user