Hi I have an object that I have filled from data in a CSV file.
One of my ids is called "Disk_Usage(MB)"
I try using my object.Disk_Usage(MB) but receive an error because javascript thinks disk usage is a function and that MB is a variable.
I receive a reference error on the console saying MB is not defined.