JavaScript Fundamentals Bangla Tutorial (Switch Statement) – Part:12

preview_player
Показать описание
JavaScript fundamentals tutorial for beginners in Bengali. In this part we are going to learn about the Switch Statement in JavaScript programming.
To get our all tutorials please visit the following link:
--------------------------------- Play Again --------------------------------------
-----------------------------------For more help-----------------------------------
---------------------------------Play List------------------------------------------
-----------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

<input id="codeText" type="text" />
<button onclick="checkCoding()">Check </button>

<div id="show"></div>

<script type="text/javascript">

var txt;

function checkCoding(){



var

switch (coding){

case "JAVA" :

txt="Java is world wide useable populer programming Language";
break;

case "PHP" :

txt="PHP is server based more populer useable scripting language";
break;

case "C#" :

txt="C# is visual language";
break;

default:

txt="May you type another your entry is wrong";
}


}


</script>

vaia output shudhu "txt" dekhai kindly dekhbn kothai error ase dhorte parsi na

jewelrana
welcome to shbcf.ru