Currently, I am focusing on optimizing the performance of the following objects:
var scheduleFee = {
poor = {level1:25,level2:25,level3:25} ,
good = {level1:15,level2:20,level3:25} ,
vgood = {level1:10,level2:15,level3:20}
{;
I am looking to locate the good value within the schedule fee object. My priority is to improve performance and efficiency in this process. Any assistance would be greatly appreciated.