Pavel 7 tahun lalu
induk
melakukan
790f12ea79
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      js02-part2/js02-part2.md

+ 1 - 1
js02-part2/js02-part2.md

@@ -1,7 +1,7 @@
 ### Дополнительное задание(1-16)
 
 ```javascript
-var task = prompt("Введите название задания");
+var task = prompt("Введите название задания"); //switch: sizes, switch: if, prompt: or, confirm: or this days, confirm: if this days, triple prompt, default: or, default: if, login and password, currency calc, currency calc: improved, currency calc: two rates, currency calc: if, scissors, Задание на синий пояс
 switch(task){
 	case "switch: sizes":
 		var size = +prompt("Введите размер одежды (40, 42, 44, 46, 48, 50, 52, 54)");