this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

need that space

alice 6aef4a5c 6600f5e1

+1 -1
+1 -1
main.js
··· 5 5 const randomive = ive[Math.floor(Math.random() * ive.length)]; 6 6 const randomable = ble[Math.floor(Math.random() * ble.length)]; 7 7 const output = `${randomive}<br/>and<br/>${randomable}`; 8 - const tweetText = `i'm ${randomive} and ${randomable}🥺`; 8 + const tweetText = `i'm ${randomive} and ${randomable} 🥺`; 9 9 document.querySelector("#content").innerHTML = output; 10 10 document.querySelector(".twitter-btn").addEventListener("click", (event) => { 11 11 event.preventDefault();