+ 15
Please share the code by:
1) Creating the code in the Code Playground. If you've already done this, move onto step 2.
2) Share the link of the code.
This will make it easier to help you đâș
+ 6
Can you reinforce your code so that people can solve your problem :)
+ 4
@Dominic
Look, i'm fixed your code, copy Please âââ :)
str = "My profile Dominic cookbook recipes yellow butter cake";
web = "https://chefdomsonline.com/"
arr = str.split(" ");
arrJoined = arr.join("-");
/*document.write(web + arrJoined.toLowerCase())*/
window.onload = function() {
var address = arrJoined.toLowerCase();
var elem = document.getElementById("url");
elem.innerHTML = address;
};
@Sololearn
+ 2
Thanks friends
0
ghjocdsdv