Skip to content

Commit

Permalink
marv
Browse files Browse the repository at this point in the history
  • Loading branch information
BludIsAnLemon authored Sep 2, 2024
1 parent 064f331 commit be9ab92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ const submitBtn = document.getElementById("submitBtn");

let startArray = ["๐ŸŽ‰","โœจ","๐“ผ๐”€๐“ช๐“ฐ","๐“ช๐”€๐“ฎ๐“ผ๐“ธ๐“ถ๐“ฎ","๐“ฏ๐“ป๐“ฎ๐“ช๐“ด๐”‚", "๐“ผ๐“ฒ๐“ต๐“ต๐”‚", "โ˜…", "bread", "๐ŸŒŸ", "๐Ÿˆ", "๐“ฎ๐“ฟ๐“ฒ๐“ต", "tally", "๐“ผ๐“ด๐“ฒ๐“ซ๐“ฒ๐“ญ๐“ฒ", "yoyle", "scrimblo", "criminal"];

let endArray = [":3", "โ˜…", "๐Ÿ˜Ž", "๐Ÿ’ฅ", "๐ŸŒŸ", "meow"];
let endArray = [":3", "โ˜…", "๐Ÿ˜Ž", "๐Ÿ’ฅ", "๐ŸŒŸ", "meow", "marv"];

let endRepeat = 3;

let startRepeat = 2;
let startRepeat = 3;

function sillyfyText(str) {
let sillifiedText = "";
Expand Down

0 comments on commit be9ab92

Please sign in to comment.