Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-2e0aaae1b6195c2367325f4f02e2d04e9abb55f0b24a779b69b11b9e10269abc.svg)](https://classroom.github.com/online_ide?assignment_repo_id=18401369&assignment_repo_type=AssignmentRepo)
6 changes: 6 additions & 0 deletions day-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ <h2>Try it!</h2>
<p>Now you try it!</p>
<p>Make at least 5 more examples of templates yourself.</p>

<script>
// I am groot
let groot;
groot = "I am groot";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good!

document.write(`${groot}!`);
</script>

</body>

Expand Down