Posted June 1st 2013, 2:15 pm
I'm not sure this is helpfull but..
this will send messages to the console
This is what i'm using now..
here's a good code for begining
Warn :
and make them more than one... lawl
so this is my tutorial..
mark if you mind to move this topic I appreciate it...
this will send messages to the console
This is what i'm using now..
- Code:
var USERNAME ="{USERNAME}";
console.log("Welcome To Nathan's Coding Console.");
console.log("Loading Scripts...");
console.log("Checking Scripts...");
console.log("Checking Roles...");
if (USERNAME == "Nathan Adhitya"){
console.warn("Role : You Are An Administrator");
}else if (USERNAME == "Guest"){
console.warn("Role : You Are A Guest");
}else {
console.warn("Role : You Are A Member");
}
console.log("Roles Checking Finished...");
here's a good code for begining
Warn :
- Code:
console.warn("Your Message");
- Code:
console.error("Your Message");
- Code:
console.log("Your Message");
- Code:
console.debug("Your Message");
and make them more than one... lawl
so this is my tutorial..
mark if you mind to move this topic I appreciate it...