Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f2e2e3 + 34f9073 commit c268d4dCopy full SHA for c268d4d
javascript1/week3/lesson-plan.md
@@ -89,6 +89,7 @@ const newUser = {
89
age: ''
90
}
91
92
+var students = []
93
function addStudent(student) {
94
if (student.name == null && typeof student.name === 'string') return 'Error'
95
if (student.age == null) return 'Error'
0 commit comments