diff options
Diffstat (limited to 'test2.html')
-rw-r--r-- | test2.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test2.html b/test2.html new file mode 100644 index 0000000..b920a78 --- /dev/null +++ b/test2.html @@ -0,0 +1,8 @@ +<script>
+ if(!true){
+ let age=22;
+ alert("happy "+age+"'s birthday");
+ }
+ alert("Not your birthday... come back when you are "+age1);
+
+</script>
\ No newline at end of file |