mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 18:03:58 -05:00
Fix default code's tab spacing
This commit is contained in:
@@ -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');",
|
||||
|
||||
Reference in New Issue
Block a user