Create alert.js

This commit is contained in:
Joe James
2020-02-14 12:09:17 -06:00
committed by GitHub
parent fe2abeba75
commit a1b886ea4e

3
alert.js Normal file
View File

@@ -0,0 +1,3 @@
$('#butt1').click(function() {
alert('Go Patriots!');
});