I want to ask about the NodeJS object(JSON), let see the case.
const myname = Date.now();
const scheme = {
custom_name: value, //the case
};
from the example above, what I want is the custom_name
using the value of myname
, is that possible?