Home > Article > Development Tools > How to execute js code in vscode terminal
How to execute js code in vscode terminal
1. First install the Code Runner plug-in
Search and install the Code Runner plug-in in the plug-in center
Code Runner supports the running of JavaScript, Java, C, C and other codes
2. Then write js code (recommended learning: js tutorial)
3. After writing the code, click Run in the upper right corner Just click the button
# Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to execute js code in vscode terminal. For more information, please follow other related articles on the PHP Chinese website!