<script>
document.write("Simple example!
");
var tdb = 50;
tdb += 1;
document.write(tdb);
</script>
<script>
var tdb=50;
document.write(tdb+50);
</script>
Result
100
<script src="effect.js"></script>
Share this E-Learning Website on social media platforms with your friends and followers