I just started to learn Javascript and basically I wanted to create a bookmark on Google Chrome where I basically just want to do:
"www.hello" + i + ".com"
so basically open up a prompt where I myself enter what I want "i" to be and then it should then add up so etc:
i = world
end: www.helloworld.com (Automatic open it up).
I assume this is beginner level but I have just learned and I just know how to open up a prompt at this moment.
javascript:(()=>{let i=prompt("Enter "i" for website ,")
and now I dont know how to continue to make it add for a website.