Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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.