Edit in JSFiddle

function foo(arguments){
    document.write(arguments); //affiche foo
}
foo('foo');