javascript 赋值函数运用

<script type="text/javascript">

var obj=funcation(message)

{

alert(message);

}

function test()

{

obj(""javascript 赋值函数运用"");

}

</script>

<html>

<head>

<body>

<input type="button" />

</body>

</head>

</heml>