When you’re defining the numberOfStudents property for the lorraineHansbury primary school object you created, the second parameter is the numberOfStudents, but you set it to ‘George’.
Moreover, you made it so that when the numberOfStudents provided as a parameter is not a number, it sets the numberOfStudents for that object to a number. But you’d probably want to just log an error in such a case.
That… was intentional? It should reflect ‘That’s not a number’ when a string, like ‘George’, is added. I was testing to make sure it worked. It does not.