File tree 1 file changed +22
-73
lines changed
1 file changed +22
-73
lines changed Original file line number Diff line number Diff line change @@ -19,30 +19,6 @@ variable-change.svg:
19
19
text : " Повідомлення"
20
20
position : " center"
21
21
22
- ifelse_task2.svg :
23
- Begin : ' '
24
- You don't know? : ' '
25
- “ECMAScript”! : ' '
26
- Right! : ' '
27
- What's the : ' '
28
- “official” name of : ' '
29
- JavaScript? : ' '
30
- Other : ' '
31
- ECMAScript : ' '
32
-
33
- ifelse_task.svg :
34
- Begin : ' '
35
- Canceled : ' '
36
- Welcome! : ' '
37
- I don't know you : ' '
38
- Wrong password : ' '
39
- Who's there? : ' '
40
- Password? : ' '
41
- Cancel : ' '
42
- Admin : ' '
43
- TheMaster : ' '
44
- Other : ' '
45
-
46
22
# 1-js/03-code-quality/01-debugging-chrome/chrome-open-sources.svg
47
23
chrome-open-sources.svg :
48
24
" open sources " :
@@ -73,41 +49,28 @@ chrome-sources-debugger-trace-1.svg:
73
49
" nested calls " :
74
50
text : " вкладені виклики"
75
51
76
- toolbarButtonGlyphs.svg : {}
77
-
78
- code-style.svg :
79
- ' 2 ' : ' '
80
- No space : ' '
81
- between the function name and parentheses : ' '
82
- between the parentheses and the parameter : ' '
83
- Indentation : ' '
84
- 2 spaces : ' '
85
- ' A space ' : ' '
86
- after for/if/while… : ' '
87
- ' } else { without a line break ' : ' '
88
- Spaces around a nested call : ' '
89
- An empty line : ' '
90
- between logical blocks : ' '
91
- Lines are not very long : ' '
92
- A semicolon ; : ' '
93
- is mandatory : ' '
94
- Spaces : ' '
95
- around operators : ' '
96
- ' Curly brace { ' : ' '
97
- ' on the same line, after a space ' : ' '
98
- A space : ' '
99
- between : ' '
100
- parameters : ' '
101
- A space between parameters : ' '
102
-
103
- recursion-pow.svg :
104
- ' pow(x,n) ' : ' '
105
- x : ' '
106
- ' x * pow(x, n-1) ' : ' '
107
- n == 1 ? : ' '
108
- ' Yes ' : ' '
109
- ' No ' : ' '
110
- recursive call until n==1 : ' '
52
+ # 1-js/05-data-types/04-array/array-pop.svg
53
+ array-pop.svg :
54
+ ' "Apple" ' : ' "Яблуко"'
55
+ ' "Orange" ' : ' "Апельсин"'
56
+ ' "Pear" ' : ' "Груша"'
57
+ ' "Lemon" ' : ' "Лимон"'
58
+ clear :
59
+ text : ' видалення'
60
+ position : ' center'
61
+
62
+ # 1-js/05-data-types/04-array/array-shift.svg
63
+ array-shift.svg :
64
+ ' "Apple" ' : ' "Яблуко"'
65
+ ' "Orange" ' : ' "Апельсин"'
66
+ ' "Pear" ' : ' "Груша"'
67
+ ' "Lemon" ' : ' "Лимон"'
68
+ clear :
69
+ text : ' видалення'
70
+ position : ' center'
71
+ move : ' переміщення'
72
+ elements : ' елементів'
73
+ to the left : ' вліво'
111
74
112
75
try-catch-flow.svg :
113
76
Begin : " Початок"
@@ -133,19 +96,5 @@ promise-handler-variants.svg:
133
96
throw error : ' помилкою'
134
97
' that promise settles with: ' : ' цей проміс завершується з:'
135
98
136
- statusbarButtonGlyphs.svg :
137
- ' ! ' : ' '
138
-
139
- field.svg : {}
140
-
141
- placeholder.svg : {}
142
-
143
- logo-fetch.svg : {}
144
-
145
- demo.svg :
146
- ' 1 ' : ' '
147
-
148
99
before-prepend-append-after.svg :
149
100
(…nodes-or-strings) : " (...вузли або рядки)"
150
-
151
-
You can’t perform that action at this time.
0 commit comments