{ const name: str = 'bob'; const bob = new Person(name); print(bob.name); }