shuntera12S
Reactiflux4y ago
23 replies
shuntera12

✅ – shuntera12 – 23-03 Nov 9

Hey everyone! How to add a property to object after a particular property?
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?
Was this page helpful?