mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): remove comments and extra code (#48531)
This commit is contained in:
parent
aedcfa2d05
commit
d268822fe4
@ -112,12 +112,7 @@ assert.deepEqual(
|
||||
|
||||
```js
|
||||
function whatIsInAName(collection, source) {
|
||||
const arr = [];
|
||||
// Only change code below this line
|
||||
|
||||
|
||||
// Only change code above this line
|
||||
return arr;
|
||||
}
|
||||
|
||||
whatIsInAName([{ first: "Romeo", last: "Montague" }, { first: "Mercutio", last: null }, { first: "Tybalt", last: "Capulet" }], { last: "Capulet" });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user