1
0
Fork 0
IsItJasonsBirthday/script.js

6 lines
160 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
console.log("hi");