You are on page 1of 1

<script type = "text/javascript">

var a = 4 ;
var b = 2 ;
document.write(a%b);
</script>

You might also like