How I can restart the progamm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How I can restart the progamm?

I'm learning how to use HTML and JavaScript together. I want to create a button after make account to be back to "home page". Someone know how to make that ? PS: don't focus on Minecraft. Focus on what really matter here :-P https://code.sololearn.com/We0u0OWKEs9T/?ref=app

24th Jan 2018, 7:24 AM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar
2 Answers
+ 8
please don't use document.write() its too hard (not same as expected) for making something like do you say. for better working, you should use DOM (it easier to make). lesson about DOM: https://www.sololearn.com/learn/JavaScript/2752/ example code: https://code.sololearn.com/Wx0DJL848vAx/?ref=app
24th Jan 2018, 8:39 AM
Amethyst Animion
Amethyst Animion - avatar
+ 1
thanks
27th Jan 2018, 8:10 PM
Vinicius Rocha Perrud
Vinicius Rocha Perrud - avatar