<script>
var x = 5;

if (x < "10") {
    document.write "Value of X is Small";
}
</script>
Value of X is Small