@@ -31,6 +31,7 @@ function sum(...arguments) {
}
var sample = prompt("Введите название задания")
+
switch (sample.toLowerCase()){
case "a": a('Test prompt')
break