how to get percent value from string in javascript code example
Example: percentage formula in javascript
const result = Math.round((data.expense / data.income) * 100)
const result = Math.round((data.expense / data.income) * 100)