Posts by Anderson Santos • 19 points
2 posts
-
-1
votes2
answers58
viewsQ: I made a game in javascript, but I wanted to know how to add Pause and start by pressing only one key
I made a game in javascript, but I wanted to know how to add Pause and start by pressing only one key. Example if you press the P key pause the game, and if you press the S key the game starts from…
javascriptasked Anderson Santos 19 -
1
votes2
answers56
viewsQ: How to decrease decimal numbers
How to decrease the decimal numbers of this division table ? I was thinking of putting a tofixed(), but I’m having a hard time finding a correct syntax to fit this code. how can I fix this, someone…