how to remove particular value in dictionary in nodehs

Solutions on MaxInterview for how to remove particular value in dictionary in nodehs by the best coders in the world

showing results for - "how to remove particular value in dictionary in nodehs"
Mariana
29 Aug 2017
1delete myObj["SomeProperty"];
2delete myObj.SomeProperty;