Step 3: Account Module
We'll cover the following...
We'll cover the following...
To process transactions, we need an Account class. We will use the class syntax of ES6 to write the code. A short explanation will follow the example. Before reading the explanation, try to figure out what the code does.
Save the above code in src/Account.js. We will ...