<script>
var a = 0;

if (a > 1) {
  document.write("صحیح");
} else {
  document.write("غلط");
}
</script>