class User { constructor() { this.username = "not logged in"; this.password = "there"; this.userId = 0; this.tests; } }