diff --git a/src/app.js b/src/app.js index ea56f5b..03ff091 100644 --- a/src/app.js +++ b/src/app.js @@ -643,8 +643,6 @@ function runCode() { "Well done!", "Awesome!", "Nice work!", - "00000001", - "0b00000001", "00101011 00110001" ]; const randomQuote = crispyQuotes[Math.floor(Math.random() * crispyQuotes.length)];