write a program to build A shared attribute of the objects representing the bank interest rates Initial value is 6.5%

<script> function Bank(){ this.interestRate = 6.5; } </script>

Want to kickstart your project?Use the new AI Studio to create your code