We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c582752 + e430f04 commit 9904e4bCopy full SHA for 9904e4b
index.html
@@ -281,12 +281,16 @@ <h1 style="font-size: 3em; text-align: center;">
281
"console.log(greetings.length);",
282
"Editing woahgorilla.github.io/index.html in main",
283
"There are superheros and supervillans, what about super bystanders?",
284
- "Press any key to be rickrolled?"
285
- "Press any key to be rickrolled!"
+ "Press any key to be rickrolled?",
+ "Press any key to be rickrolled!",
286
"pencil",
287
"table",
288
"frog",
289
"README.md",
290
+ "Forgot the comma again.",
291
+ "Frog collection?",
292
+ "What do you call a three headed toaster?\nJeff!",
293
+ "Commit changes...",
294
];
295
var randomIndex = Math.floor(Math.random() * greetings.length);
296
return greetings[randomIndex];
0 commit comments