Posts by Nathan Murillo • 29 points
2 posts
-
0
votes2
answers299
viewsQ: How to pass a variable from one Javascript file to another?
I’m a beginner in Javascript and decided to try a Memory Game to test my skills. My idea is the following: make an HTML page that will be the menu (where players will insert the names and the script…
-
1
votes2
answers131
viewsQ: I am training the basics of Javascript and need help in a To-Do List
I’m a Javascript beginner and I tried to make a To-Do List. Basically, it is a code that creates an item within an unordered list using the text inserted in an input. I was successful in the process…