- JavaScript
- CSS
- HTML First Project made out of the above languages.
- Clone the code.
- Open the folder in Vscode.
- Hit Ctrl + F5 or F5.
- It launches the calculator in Windows Edge.
In Launch.json file, edit file variable to the current calculator.html
file's location.
If the calculator.html file's path is C:\Users\<UserName>\Desktop\calculator\calculator.html
then change the file path
in Launch.json
in the following manner,
C:\\Users\\<UserName>\\Desktop\\calculator\\calculator.html
.