move objects (before?)
This commit is contained in:
parent
480e69b843
commit
31b5af1580
50 changed files with 445 additions and 362 deletions
0
archive/01-hello-world/1-hello-alert/solution.md
Normal file
0
archive/01-hello-world/1-hello-alert/solution.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<body>
|
||||
|
||||
<script>
|
||||
alert( "I'm JavaScript!" );
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
12
archive/01-hello-world/1-hello-alert/task.md
Normal file
12
archive/01-hello-world/1-hello-alert/task.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
importance: 5
|
||||
|
||||
---
|
||||
|
||||
# Show an alert
|
||||
|
||||
Create a page that shows a message "I'm JavaScript!".
|
||||
|
||||
Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works.
|
||||
|
||||
[demo src="solution"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue