You are viewing a single comment's thread from:RE: TIL in JavaScript console.log you can do variable,variableView the full contextView the direct parentmatthewdavid (55)in #javascript • 7 years ago Yes! I really like this: var name = 'matthewdavid' console.log('My name is ${name}.')
nice, will check it out thanks for the tip !