+ 1
Need help on this code
Please help me fix the profile image part.. I don't really know how to do it.. Also please help fix the JavaScript prompt input.. Thank you very much https://code.sololearn.com/Wr8I5gjbg4ji/?ref=app
5 Answers
+ 10
Your JS correction :
alert("Welcome to a small corner of my blog")
var x = prompt("May i know your username ?")
alert("Hello there" + x)
// Please store the prompt in a variable first, so that it is usable anywhere in the code!
image correction :
Use this link, its the right one!
https://www.sololearn.com/avatars/4a59038d-b4fe-4e3a-92a8-ca4460f3880c.jpg
+ 10
@BlugonYT : Open your SoloLearn profile in a web browser, hold your profile image for a sec, open it in a new tab and copy the link!
+ 2
How to i get the link of my profile pic?
+ 2
@Dev By the way.. Thank you very much for the help
+ 1
Oh.. I see :)
Thanks a lot