Vbthapa55
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Vbthapa55 created a post, Not able to update the entire website page when I run it in WebStorm?
I am simply creating a website using HTML CSS and JS. and I have one simply external JS File const fetchFooter = async () => { const res = await fetch('footer.html'); console.log(res) co...