How to make this design:
var sub = { ops: 'opsfe-efe', sut: 'sut-efe'} var params = { {sub.ops, 'мое значение'}, {sub.sut, 'еще одно мое значение' } } and then also take all the parameters from params in a loop?
Is it possible for some simple, this construction does not work in javascript?