Closed wichtounet closed 11 years ago
At this time, delete can only support a variable:
delete a;
This improvement is about supporting any value:
delete this.a[9];
At this time, delete can only support a variable:
delete a;
This improvement is about supporting any value:
delete this.a[9];