Passing data to function as parameter list vs other methods (static, new, re-used & global - vars, objects & arrays) (version: 0)
Compares performance of a function call with parameter list, against other methods of getting the data into the function
Comparing performance of: Pass raw values vs Pass object vs Pass array vs Pass new object vs Pass new array vs Pass modified object vs Pass modified array vs Global vars vs Global object vs Global array