JavaScript OR when assigning value to variable 
<script type="text/javascript">

x=false || 'test';
alert(x);//outputs 'test';

</script>



Comments
Comments are not available for this entry.
2025 By Angel Cool