anonymous meaning code example
Example 1: Anonymous function mean
NORMAL FUNCTION
function hello() {
alert('Hello world');
}
hello();
ANON FUNCTION
var anon = function() {
alert('I am anonymous');
}
anon();
Example 2: anonymity
indispensable as an enabler of inalienable rights including
informational privacy and freedom of expression