mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): add new test for 'contacts' in profile lookup lab (#61789)
This commit is contained in:
parent
bb41fb81da
commit
56a2b1672c
@ -54,6 +54,12 @@ contacts = [
|
||||
|
||||
# --hints--
|
||||
|
||||
The `contacts` array should still be present in the global scope. Reset the lesson to recover it if you deleted it.
|
||||
|
||||
```js
|
||||
assert.isArray(contacts);
|
||||
```
|
||||
|
||||
You should have a function named `lookUpProfile`.
|
||||
|
||||
```js
|
||||
|
||||
Loading…
Reference in New Issue
Block a user