$.makeGroup( values)

Returns a new Group

  • values : any //

Examples

const sample = $.makeGroup(
        50,
        50,
        80,
        30
);
console.log(sample);