Pavel 7 年之前
父节点
当前提交
76b21a17b9
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      js02-part2/js02-part2.md

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

@@ -1,8 +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, 
+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":