DEV Community

Discussion on: How To: Create A Random Number Generator w. JavaScript

Collapse
 
amyoulton profile image
Amy Oulton

Send me the code and I'll check it over!

Collapse
 
enkrateiaofcode profile image
IBRAHIM

Thank you so much for your time. A quick question can I attach the files here?

Thread Thread
 
amyoulton profile image
Amy Oulton

Nope. Either make a public GitHub repo or a codepen and attach the link!

Thread Thread
 
enkrateiaofcode profile image
IBRAHIM
Thread Thread
 
amyoulton profile image
Amy Oulton

It's a crazy simple error! The id you assigned to the number in your HTML file is Number, but in your javascript file you're searching for an id with number. JS is case-senstive. Change the casing and you should be good!

Thread Thread
 
enkrateiaofcode profile image
IBRAHIM

Now is working lol. Thank you so much Amy!

Thread Thread
 
amyoulton profile image
Amy Oulton

No problem!