Test case details

Preparation Code

Test cases

Test #1

const obj={a:${Math.random()}, b:${Math.random()}}; obj.a

Test #2

const obj = JSON.parse( '{"a":${Math.random()}, "b":${Math.random()}}' ); obj.a