# javascript test **Repository Path**: windgroup/javascript-test ## Basic Information - **Project Name**: javascript test - **Description**: Use vs code run and debug java script. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2022-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javascript test #### Description Use vs code run and debug java script. #### environment 1. install software: vs code 2. install plug-in: * Debug for Chrome, * Browser Previews * Code Runner, * HTML CSS Support, * Live Server, #### Basic operation of GIT 1. Initialization: `git init` 2. Direct to your warehouse code: `git remote add origin https://gitee.com/windgroup/javascript-test` 3. Upload and add comments: `git add .` `git commit -m "add new."` `git push origin master`