1
0
Fork 0
IsItJasonsBirthday/script.js

9 lines
203 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");
$(function() {
alert('Hello, world!')
})