Forum Moderators: coopster
in all function I've seen so far there are a set of parentheses. As I've read, arguments are to be placed here. But in all the real world examples I've come across there is never anything inside those parentheses.
function [i]function_name[/i] () {
[i]statements;[/i]
}
What exactly would an argument be and why have I not yet seen one?