blackswan-03
Results
1
comments of
blackswan-03
Here's an example from the code: `class Transaction {` ` constructor(fromAddress, toAddress, amount) {` ` this.fromAddress = fromAddress;` ` this.toAddress = toAddress;` ` this.amount = amount;` ` }`