Using the # syntax we are able now to create private properties in ES6 classes like this:
class Person { #name; constructor(name) {