# 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): "(... )"