nodejs object object template string code example
Example: nodejs object object template string
logString = `Description: ${ description }. Properties: ${ JSON.stringify( properties ) }.`
logString = `Description: ${ description }. Properties: ${ JSON.stringify( properties ) }.`