Hi,
I have a object
- var person = {
- name: "Ramesh",
- age: 26,
- gender: "Male"
- };
I want to remove property age from the person.
How I can do in typescript?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Piyush PansuriyaPosted Jun 23, 2020, 12:56 AM