You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
idk how much I can help with this since I learned a ton of programming in courses, but usually I suggest just trying some stuff. It's time consuming, but it's more fun that way. So if you want to create a popup panel (not like the alert function) break it down into things you want to have happen, eg: a hidden panel becoming visible. Then from there its googling a LOT. How do I set a display with javascript?
How do I get an element to edit? etc. And of course common programming things like "what is a variable javascript?". w3 schools is a good starting place, but you could also mess aroung in something like this:https://www.programiz.com/javascript/online-compiler/
And of course, great thing about web stuff, you can right click on a page and use the inspector tools to look at other peoples site code. I have a lot of js code in my /pages/index.html file so you could see whats going on there. You can also always ask me questions!! :)
oh conveniently a person I follow posted this: https://10kph.neocities.org/resources/
a good place to start if you have something specific you know you wanna do is to look through w3bschools, i also like to look through github to find refrences for what i wanna do