diff options
author | louie <lshprung@yahoo.com> | 2020-09-20 09:26:58 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-09-20 09:26:58 -0700 |
commit | a8c0d5619ee6d518737628d6c585233d0bba23da (patch) | |
tree | 30c13cf2439700c78d51acc9b430cb5fa092f963 /test2.html |
First commit
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 |