We're a place where coders share, stay up-to-date and grow their careers.
So is =. It should be a colon :
=
:
let dynamic = "value"; let user = { id: 1, [dynamic]: "other value" };
So is
=
. It should be a colon: