it('should not modify the original (arrays/object values excepted)', () => {
        idxTest.name = 'M';
        assert.equal(colData.name[1], 'B', 'objFromIndex: value linked to original');
      });