- Notifications
You must be signed in to change notification settings - Fork179
Debugging in Chrome#54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
704482b
Translate first part
tarasyyyk3b2a213
Fix conflict with master
tarasyyyk97dbd28
Translate 'console' part
tarasyyyk82a631c
Small corrections to translation
tarasyyyk5d473b2
Translate 'Breakpoints', small corrections
tarasyyyk76a31ad
Merge branch 'sync-10c7807f' of github.com:javascript-tutorial/uk.jav…
tarasyyyk5d16ff2
Merge branch 'master' of github.com:javascript-tutorial/uk.javascript…
tarasyyyk62cfbd8
Translate one part of article
tarasyyykbeb4a9a
Merge branch 'master' of github.com:javascript-tutorial/uk.javascript…
tarasyyyk057a369
Merge branch 'master' of github.com:javascript-tutorial/uk.javascript…
tarasyyyk91a12ad
Translate right blocks of debugging tool
tarasyyyk2f51adf
Merge branch 'master' of github.com:javascript-tutorial/uk.javascript…
tarasyyyk7cd0d20
Small corrections to 'Code style'
tarasyyyk08e89af
Translation of 'Logging' and 'Trace' sections. Finished.
tarasyyykFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
10 changes: 5 additions & 5 deletions1-js/01-getting-started/4-devtools/article.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
190 changes: 95 additions & 95 deletions1-js/03-code-quality/01-debugging-chrome/article.md
Large diffs are not rendered by default.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
2 changes: 1 addition & 1 deletion1-js/03-code-quality/01-debugging-chrome/chrome-open-sources.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion1-js/03-code-quality/01-debugging-chrome/chrome-sources-breakpoint.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-pause.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-trace-1.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion1-js/03-code-quality/01-debugging-chrome/debugging.view/hello.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
function hello(name) { | ||
let phrase = `Привіт, ${name}!`; | ||
say(phrase); | ||
} | ||
4 changes: 2 additions & 2 deletions1-js/03-code-quality/01-debugging-chrome/debugging.view/index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,10 +4,10 @@ | ||
<script src="hello.js"></script> | ||
Приклад для налагодження. | ||
<script> | ||
hello("Олександр"); | ||
</script> | ||
</body> | ||
8 changes: 4 additions & 4 deletions1-js/03-code-quality/02-coding-style/article.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions1-js/03-code-quality/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Якість коду | ||
В цьому розділі пояснюються підходи до написання коду, які будемо використовувати в подальшій розробці. |
49 changes: 32 additions & 17 deletionsimages.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.