diff --git a/alert.js b/alert.js new file mode 100644 index 0000000..d1815b7 --- /dev/null +++ b/alert.js @@ -0,0 +1,3 @@ +$('#butt1').click(function() { + alert('Go Patriots!'); +});