constructor()

in programming/js/branch.js [2:5]


  constructor(name) {
    this.name = name;
    this.fullName = `full ${name}`;
  }