1
0
IsItJasonsBirthday/script.js

5 lines
159 B
JavaScript
Raw Normal View History

/* If you're feeling fancy you can add interactivity
to your site with Javascript */
// prints "hi" in the browser's dev tools console
2017-10-10 12:57:38 +00:00
console.log('hi');