Login Register


Hello World filter_list
Author
Message
Hello World #1
Hi yall, I"m Blue, its nice to be here. Hope I'll be able to contribute and learn a lot!

Reply

RE: Hello World #2
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"
Cogito, ergo sum.
René Descartes - 1637

Reply

RE: Hello World #3
(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.

Reply







Users browsing this thread: 1 Guest(s)