ydshieh HF staff commited on
Commit
3594b77
1 Parent(s): 46ba573

Create alert.js

Browse files
Files changed (1) hide show
  1. alert.js +7 -0
alert.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <script>
2
+
3
+ function msg3(){
4
+ alert("Hello Javatpoint 333");
5
+ }
6
+
7
+ </script>