šExample: for #alert()
-----------------------------------
<!DOCTYPE html>
<html>
<body>
Hello
<script>
var txt = "Hello";
alert(txt);
</script>
</body>
</html>
@javascript_tut
-----------------------------------
<!DOCTYPE html>
<html>
<body>
Hello
<script>
var txt = "Hello";
alert(txt);
</script>
</body>
</html>
@javascript_tut