delete-keyword Questions

1

Solved

I'm using TypeScript along with TSLint, and I have the following code: var myObj = {} var id = "key" myObj[id] = 1 delete myObj[id] But I receive a hint from TSLint: Do not delete dynamically co...
Thorite asked 18/2, 2018 at 13:44
1

© 2022 - 2024 — McMap. All rights reserved.