Inspiration
I know this term (starting tomorrow!) I'll be learning some Typescript, so it seems fitting to just get an introductory peak into JS
What it does
Prints a cute message to your browser
How I built it
Following a simple Hello, World tutorial on the JS docs
Challenges I ran into
I wasn't sure how to run it within the browser at first to be honest
What I learned
- about the
<script>tag - some older uses of the
<script>tag - that scripts can live outside the main HTML file, and be referenced using
src=with an absolute path, or (simple) scripts can be left within an HTML file
Log in or sign up for Devpost to join the conversation.