Each instance is independent. That means when we create a new instance it doesn't affect any other instances.

Make sure you've added var user2 = new User("Bran"); to your code.