BankAcct with the properties acctNum, acctOwner Solved

15.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: . js solution files instantly, after Payment

Description

5/5 - (6 votes)

Create a an Object constructor function called BankAcct with the properties acctNum, acctOwner, checkBalance, saveBalance, acctType.

Define a BankAcct.prototype method called checkTransfer() that accepts a amount as an argument. The method should check if the amount + checkBalance is greater than 0 before setting a new checkBalance amount.

  • BankAcct.js