diff --git a/wally/app.js b/wally/app.js index 008d5df..5c07bd9 100644 --- a/wally/app.js +++ b/wally/app.js @@ -1,15 +1,8 @@ // array of words to be displayed randomly const words = [ - 'red', - 'car', - 'bed', - 'hat', - 'cat', - 'mat', - 'pet', - 'bin', - 'run', - 'bun' + 'red', 'car', 'bed', 'hat', 'cat', 'mat', 'pet', 'bin', 'run', 'bun', + 'the', 'and', 'of', 'in', 'is', 'but', 'it', 'bat', 'bar', 'map', + 'sap', 'cap', 'hen', 'ten', 'jar', 'tip', 'lip', 'fin', 'was', 'good' ]; // initial player score