The following works:
db["tweets-old"].drop();
It’s called the square bracket notation, which allows you to use special characters in property names.
The following works:
db["tweets-old"].drop();
It’s called the square bracket notation, which allows you to use special characters in property names.