<html>
<head></head>
<body>
<script>
var colors = new Array();
var count = colors.push(“red”, “green”);
alert(count);
</script>
</body>
</html>
これを firefox と IE で試しましたが、私のバージョンの JavaScript を更新する必要があると思いますか?