FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
uk.javascript.info/images.yml at master · javascript-tutorial/uk.javascript.info · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
javascript-tutorial
/
uk.javascript.info
Public
Notifications
You must be signed in to change notification settings
Fork
180
Star
397
Code
Issues
6
Pull requests
17
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
uk.javascript.info
/
images.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
100 lines (90 loc) · 3.15 KB
Breadcrumbs
uk.javascript.info
/
images.yml
Copy path
File metadata and controls
100 lines (90 loc) · 3.15 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#
1-js/02-first-steps/04-variables/variable.svg
variable.svg
:
"
Hello!
"
:
text
:
"
Привіт!
"
position
:
"
center
"
"
message
"
:
text
:
"
Повідомлення
"
position
:
"
center
"
#
1-js/02-first-steps/04-variables/variable-change.svg
variable-change.svg
:
"
Hello!
"
:
text
:
"
Привіт!
"
position
:
"
center
"
"
World!
"
:
text
:
"
Світ!
"
position
:
"
center
"
"
message
"
:
text
:
"
Повідомлення
"
position
:
"
center
"
#
1-js/03-code-quality/01-debugging-chrome/chrome-open-sources.svg
chrome-open-sources.svg
:
"
open sources
"
:
text
:
"
показати вихідні файли
"
#
1-js/03-code-quality/01-debugging-chrome/chrome-sources-breakpoint.svg
chrome-sources-breakpoint.svg
:
"
here's the list
"
:
text
:
"
список всіх точок в цьому файлі
"
position
:
"
right
"
"
breakpoints
"
:
text
:
"
точки зупинки
"
#
1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-pause.svg
chrome-sources-debugger-pause.svg
:
"
see the outer call details
"
:
text
:
"
перегляд деталей зовнішнього виклику
"
position
:
"
right
"
"
watch expressions
"
:
text
:
"
перегляд виразів
"
position
:
"
right
"
"
current variables
"
:
text
:
"
поточні змінні
"
position
:
"
right
"
#
1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-trace-1.svg
chrome-sources-debugger-trace-1.svg
:
"
nested calls
"
:
text
:
"
вкладені виклики
"
#
1-js/05-data-types/04-array/array-pop.svg
array-pop.svg
:
'
"Apple"
'
:
'
"Яблуко"
'
'
"Orange"
'
:
'
"Апельсин"
'
'
"Pear"
'
:
'
"Груша"
'
'
"Lemon"
'
:
'
"Лимон"
'
clear
:
text
:
'
видалення
'
position
:
'
center
'
#
1-js/05-data-types/04-array/array-shift.svg
array-shift.svg
:
'
"Apple"
'
:
'
"Яблуко"
'
'
"Orange"
'
:
'
"Апельсин"
'
'
"Pear"
'
:
'
"Груша"
'
'
"Lemon"
'
:
'
"Лимон"
'
clear
:
text
:
'
видалення
'
position
:
'
center
'
move
:
'
переміщення
'
elements
:
'
елементів
'
to the left
:
'
вліво
'
try-catch-flow.svg
:
Begin
:
"
Початок
"
No Errors
:
"
Помилка не виникає
"
An error occured in the code
:
"
Помилка виникає
"
Ignore catch block
:
"
Ігнорування catch блоку
"
Ignore the rest of try
:
"
Ігнорування решти try блоку
"
Execute catch block
:
"
Виконання catch блоку
"
'
try {
'
:
'
'
'
'
:
'
'
'
}
'
:
'
'
// code...
:
'
// код...
'
promise-handler-variants.svg
:
_defaults
:
position
:
"
center
"
...with the result
:
'
...з результатом
'
of the new promise...
:
'
нового промісу...
'
'
the call of .then(handler) always returns a promise:
'
:
'
виклик .then(handler) завжди повертає проміс:
'
if handler ends with…
:
'
якщо handler завершується…
'
return value
:
'
поверненням значення
'
return promise
:
'
поверненням промісу
'
throw error
:
'
помилкою
'
'
that promise settles with:
'
:
'
цей проміс завершується з:
'
before-prepend-append-after.svg
:
(…nodes-or-strings)
:
"
(...вузли або рядки)
"
Back
|
FazBrowse Home
|
New Git URL