mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 01:01:04 -04:00
fix(curriculum): add new test for 'contacts' in profile lookup lab (#61789)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user