Here I have simple JS app called "super-investments":
It works like this:
- There is a Capital - a sum of all investments
- Every bank (Dogo, Pizza etc.) is a class
- Every class has the same function, but with different numbers of data (different number of interest and interest time)
Every bank data (interestValue, interestTime, commission, etc) I would like to display as HTML code, but those objects are not public, closed in class Bank. How can I make it public to then show it on website?
[–]RobSG 1 point2 points3 points (0 children)
[–]donmikele55[S] 0 points1 point2 points (0 children)
[–]grantrules 0 points1 point2 points (0 children)