summaryrefslogtreecommitdiff
path: root/test2.html
blob: b920a78f1f15d664d581d0fad4ed38c63f361989 (plain)
1
2
3
4
5
6
7
8
<script>
    if(!true){
        let age=22;
        alert("happy "+age+"'s birthday");
    }
    alert("Not your birthday... come back when you are "+age1);
    
</script>