Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c268d4d

Browse files
authored
Merge pull request HackYourFuture-CPH#113 from russell/js1.week3
Add missing students variable
2 parents 3f2e2e3 + 34f9073 commit c268d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript1/week3/lesson-plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ const newUser = {
8989
age: ''
9090
}
9191

92+
var students = []
9293
function addStudent(student) {
9394
if (student.name == null && typeof student.name === 'string') return 'Error'
9495
if (student.age == null) return 'Error'

0 commit comments

Comments
 (0)