JavaScript - Switch Break Statements - Printable Version +- QP School (https://qomplainerzschool.lima-city.de) +-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3) +--- Forum: JavaScript Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=6) +--- Thread: JavaScript - Switch Break Statements (/showthread.php?tid=4095) |
JavaScript - Switch Break Statements - Qomplainerz - 04-04-2023 The HTML part between the <body></body> tags looks like this: Code: What's your favorite fruit? The JavaScript part looks like this: Code: function submit() |