Can anyone assist me with a JavaScript inquiry? I am curious if it is feasible to implement this:
variable: {
info1: 'info1', info2: 'info2', show: false,
someNameFunction: functionWhichIWantRun(row)
}
So, after defining the variable as above, when I call variable.someNameFunction();
The function declared as functionWhichIWantRun should be executed.