I want to do this: log(variableOrFunction)
log(variableOrFunction)
And be able to produce this: variableOrFunction: actualValue.
variableOrFunction: actualValue
I tried this:
If “value” is of type Object. You can try console.dir(value) instead of the long console.log, and you should be able to see the Object tree key: value pairs in a better formate in the console