08-27-2015, 01:17 PM
(This post was last modified: 08-27-2015, 01:18 PM by DarkGrievous7145.)
function greetings(name,greeting){
var msg = "Hello, " + name + greeting;
console.log("a greeting:" + msg + " has been made!");
alert(msg);
}
greetings("ivan.vinski",", Welcome to the VG Resource!");
/* warning: spammy
for (var 1=0; i<9001; i++) {
greetings("ivan.vinski",", Welcome to the VG Resource!");
}
probably best NEVER to use */
and lol...that avatar... so true!
and then the signature...BRILLIANT!
var msg = "Hello, " + name + greeting;
console.log("a greeting:" + msg + " has been made!");
alert(msg);
}
greetings("ivan.vinski",", Welcome to the VG Resource!");
/* warning: spammy
for (var 1=0; i<9001; i++) {
greetings("ivan.vinski",", Welcome to the VG Resource!");
}
probably best NEVER to use */
and lol...that avatar... so true!
and then the signature...BRILLIANT!