1

I have an object being returned from my js code (see image below)

Object being returned at runtime

I would like to know what would be the most convenient way of stripping out an attribute from this object. Example what if I want to remove the Id attribute from the above mentioned object.

1 Answer 1

1

To remove Id attribute, you have just to:

delete object.Id;
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.