<script type="text/javascript">
a="مرحبا"
document.write(a)
</script>
<script type"text/javascript">
a=5
b=9
alert(a+b)