I have part of code like this:
var test = new startClear.Cleaner('key', {floor: 100});
My point is, how to convert startClear function to something like this: 5azjfxa123. (or other) This same with floor ex. ooas and then use: azjfxa.Cleaner('key', {ooas21: 100});
Is any possible to do this? Thanks