Skip to content

Sushantplive/JS_Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS_Practice

javascript practice

🔧 Live Server (recommended) ✅

To preview HTML files with Live Server:

  • Install the Live Server extension (recommended in .vscode/extensions.json).
  • Open Basics/DOMmanipulation.html → Right-click → Open with Live Server or click Go Live in the status bar.

If you're running in a dev container or remote environment:

  • Live Server is configured to bind to 0.0.0.0 and port 5500 by default in this workspace (.vscode/settings.json).
  • Make sure to forward port 5500 in VS Code's Ports view so you can open the page in your host browser.

Fallback (no extension):

  • From the workspace root run: python3 -m http.server 5500 --bind 0.0.0.0 and open http://localhost:5500/Basics/DOMmanipulation.html in your browser.

About

javascript practice

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors