|
var action = "" |
|
var target = "" |
|
var options = "" |
I'm seeing these three values grouped together often like this:
testingOutput.push({action: action, target: target, options: options });
Curious if we should make an abstraction of this object and give it a name.