Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3
Hello, world!#66
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
19 commits Select commitHold shift + click to select a range
adbdb74
2.1, part 1
otmon76d1ac1da
2.2
otmon76a97838b
Revert "2.2"
otmon7687ffd75
Revert "2.1, part 1"
otmon768c3fab4
2.1
otmon76c895bae
Update 1-js/02-first-steps/01-hello-world/1-hello-alert/task.md
otmon76db2b37e
Update 1-js/02-first-steps/01-hello-world/2-hello-alert-ext/solution.md
otmon7617f3101
Update 1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md
otmon768081fe7
Update 1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md
otmon76277b62e
Update 1-js/02-first-steps/01-hello-world/article.md
otmon761880dbd
Update 1-js/02-first-steps/01-hello-world/article.md
otmon7687cc56a
Update 1-js/02-first-steps/01-hello-world/article.md
otmon76359cef7
Update 1-js/02-first-steps/01-hello-world/article.md
otmon76b0adc6d
Update 1-js/02-first-steps/01-hello-world/article.md
otmon76a5e6997
Update 1-js/02-first-steps/01-hello-world/article.md
otmon760ec8337
Update 1-js/02-first-steps/01-hello-world/article.md
otmon76b574fba
Update 1-js/02-first-steps/01-hello-world/article.md
otmon7603036a0
Update 1-js/02-first-steps/01-hello-world/article.md
otmon766099d25
Update article.md
otmon76File 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
2 changes: 1 addition & 1 deletion1-js/02-first-steps/01-hello-world/1-hello-alert/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,7 +4,7 @@ | ||
<body> | ||
<script> | ||
alert( "Já jsem JavaScript!" ); | ||
</script> | ||
</body> | ||
8 changes: 4 additions & 4 deletions1-js/02-first-steps/01-hello-world/1-hello-alert/task.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,12 +1,12 @@ | ||
důležitost: 5 | ||
--- | ||
#Zobrazte zprávu | ||
Vytvořte stránku, která zobrazí zprávu „Já jsemJavaScript!“. | ||
Nezáleží na tom, zda to uděláte na pískovišti nebo lokálně, jen se snažte, aby to fungovalo. | ||
[demo src="solution"] | ||
2 changes: 1 addition & 1 deletion1-js/02-first-steps/01-hello-world/2-hello-alert-ext/alert.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 +1 @@ | ||
alert("Já jsem JavaScript!"); |
5 changes: 2 additions & 3 deletions1-js/02-first-steps/01-hello-world/2-hello-alert-ext/solution.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,8 +1,7 @@ | ||
HTMLkód: | ||
[html src="index.html"] | ||
Pro soubor`alert.js`ve stejné složce: | ||
[js src="alert.js"] | ||
6 changes: 3 additions & 3 deletions1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.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
90 changes: 45 additions & 45 deletions1-js/02-first-steps/01-hello-world/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
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.