I'm using VSCODE
2017 and I'm having trouble with ES6
syntax.
I have a const
called port declared, and I'm trying to use es6
literal templating to inject it in a string in the image below.
When the code is executed, the port variable is not being injected, nor has my IDE changed the colour of the ${port}
syntax to blue, so it makes me believe it's not recognising the es6
syntax.