i struggled 3 hours, the part seems playing hide n seek with me 😭
please help
code: https://srcb.in/nSic8D7T4P
#could anyone help me with this basic syntax error
3 messages · Page 1 of 1 (latest)
The syntax {} is for making a dictionary
You have to write something like { key: value }
You just wrote something like { variable.field } which is not valid, you need to specify a key for that value
got it, thank you!