Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
We are trying to merge two objects as follows,
const object1 = {
name: 'Flavio'
}
const object2 = {
age: 35
}
result = {...object1, ...object2 }
We are getting syntax error with Thingworx.
How can we do with Thingworx?
Solved! Go to Solution.