Skip to content

Commit

Permalink
resolved task 2 from chapter 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseenkov committed Jun 21, 2022
1 parent 025d973 commit 4d26b15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions exercises/chapter_2.1_task_2/alert.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alert('Я JavaScript!');
5 changes: 5 additions & 0 deletions exercises/chapter_2.1_task_2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<body>
<script src="./alert.js"></script>
</body>

0 comments on commit 4d26b15

Please sign in to comment.