Pavel 7 years ago
parent
commit
b40ec804e6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      js02-part2/js02-part2.md

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

@@ -1,7 +1,9 @@
 ### Дополнительное задание(1-16)
 
 ```javascript
-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, Задание на синий пояс
+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)");