To update the number of bitcoins, we need to update the class property this.bitcoins with the parameter from the method.

Pick the one that correctly updates the class property.

Make sure to pick this.bitcoin = this.bitcoin + bitcoin;, as we need a reference to this classes bitcoin property.