refactor: keep only +1 ASCII binary quote
This commit is contained in:
@@ -643,8 +643,6 @@ function runCode() {
|
||||
"Well done!",
|
||||
"Awesome!",
|
||||
"Nice work!",
|
||||
"00000001",
|
||||
"0b00000001",
|
||||
"00101011 00110001"
|
||||
];
|
||||
const randomQuote = crispyQuotes[Math.floor(Math.random() * crispyQuotes.length)];
|
||||
|
||||
Reference in New Issue
Block a user