![]() |
|
Hello World - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: Introductions (https://sinister.ly/Forum-Introductions) +--- Thread: Hello World (/Thread-Hello-World--183152) |
Hello World - bluestayslit - 02-26-2023 Hi yall, I"m Blue, its nice to be here. Hope I'll be able to contribute and learn a lot! RE: Hello World - morphios - 02-26-2023 let garray = ["Hi. ", "Hello. ", "Good day. ", "Greetings. ", "Salutations. "]; let carray = [ "Welcome, and I hope you enjoy your stay.", "Welcome, Its great to have you.", "Thank you for joining the community.", "Its always nice to add onto the community, I hope you like it here.", "The user you have dialled is unavailable at the moment, please try again later." ]; let greeting = garray[Math.floor(Math.random() * garray.length)]; let conversation = carray[Math.floor(Math.random() * carray.length)]; alert(greeting + conversation); I seriously cant be the only one who wanted to do that when reading the headline "Hello World" RE: Hello World - hacxx - 03-03-2023 (02-26-2023, 06:19 AM)bluestayslit Wrote: Hi yall, I"m Blue, its nice to be here. Hope I'll be able to contribute and learn a lot! Welcome to the forum. |