Skip to content

Commit 78128f3

Browse files
committed
sync-02-first-steps
1 parent c121c02 commit 78128f3

21 files changed

Lines changed: 237 additions & 27 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<body>
5+
6+
<script>
7+
alert( "I'm JavaScript!" );
8+
</script>
9+
10+
</body>
11+
12+
</html>

1-js/02-first-steps/09-alert-prompt-confirm/1-simple-page/solution.md renamed to 1-js/02-first-steps/06-alert-prompt-confirm/1-simple-page/solution.md

File renamed without changes.

1-js/02-first-steps/09-alert-prompt-confirm/1-simple-page/task.md renamed to 1-js/02-first-steps/06-alert-prompt-confirm/1-simple-page/task.md

File renamed without changes.

1-js/02-first-steps/09-alert-prompt-confirm/article.md renamed to 1-js/02-first-steps/06-alert-prompt-confirm/article.md

File renamed without changes.

1-js/02-first-steps/06-type-conversions/1-primitive-conversions-questions/solution.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
File renamed without changes.

1-js/02-first-steps/07-operators/1-increment-order/solution.md renamed to 1-js/02-first-steps/08-operators/1-increment-order/solution.md

File renamed without changes.

1-js/02-first-steps/07-operators/1-increment-order/task.md renamed to 1-js/02-first-steps/08-operators/1-increment-order/task.md

File renamed without changes.

1-js/02-first-steps/07-operators/2-assignment-result/solution.md renamed to 1-js/02-first-steps/08-operators/2-assignment-result/solution.md

File renamed without changes.

1-js/02-first-steps/07-operators/2-assignment-result/task.md renamed to 1-js/02-first-steps/08-operators/2-assignment-result/task.md

File renamed without changes.

0 commit comments

Comments
 (0)