how to run html and javascript from vscode code example
Example 1: visual studio code html template shortcut
First set HTML to the language
Then type:
html:5
And hit Tab
Voila, HTML Template in your favorite code editor!
Example 2: how to run javascript in visual studio code
// install live server and then right click on your index.html and the keep the browser ready