Posts by Wederson Machado • 16 points
2 posts
-
0
votes1
answer3740
viewsA: "Referenceerror: Document is not defined" in querySelector
Document is a DOM object that only exists in the browser. In order to run this script you will have to install the Browserify.
-
0
votes3
answers110
viewsA: Take an object from within an array and send it to another array?
First step is to define the random number based on the number of cards. Then, just go through the list and save that value, and remove that value from the current list. It is possible to use the…