I want to use the value of a variable as an "index" of an object, an of a value inside of it. Unfortunately this code won't run.
animatedObjects = {
userPosition.uid: {
"uid": userPosition.uid,
"x": 30,
"y": 31
}
}
Where is it going wrong?