✅ – shuntera12 – 23-03 Nov 9
Hey everyone! How to add a property to object after a particular property?
Like if
and i want to add the property after b, can anyone help me with this?
Like if
const obj = {
a:"Name",
b:"Rohit",
age:12,
}and i want to add the property after b, can anyone help me with this?
