<html> <head> <script> function demo1() { var n = 3 switch(n) { case 1: document.write("Monday") document.write("week start") break case 2: document.write("Tuesday") break case 3: document.write("Wednesday") break case 4: document.write("Thursday") break default : document.write("No match") } } </script> </head> <body> <input type="button" value="Go" onclick="demo1()" /> </body> </html>
Plot No. 64, PU-4, Scheme 54, Behind C21 Mall near Hotel Holiday , AB Road, Indore Pin-code:452001
contact@codebetter.in
+91 88230 75444, +91 99939 28766