const b = 'b'; const c = 'c'; const data = { a: true, [b]: true, // dynamic property [`interpolated-${c}`]: true, // dynamic property + interpolation [`${b}-${c}`]: true }