Guest User

Untitled

a guest
Feb 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $("#display_phrase").html("<h1>" +arrayPhrase[arrayPosition] +".</h1>");
  2. }
  3. var arrayCounter = 0;
  4. $(document).ready(function() {
  5.  
  6. $('body').keypress(function() {
  7. display_phrase();
  8. arrayCounter++;
  9.  
  10. });
Add Comment
Please, Sign In to add comment