aboutsummaryrefslogtreecommitdiff
blob: 4f6078f1056e08bc15cccb3324cf969710e744fa (plain) (blame)
1
2
3
4
5
6
if (window.console) {
    var cons = console;
    if (cons) {
        cons.log('hello world, U r my world.');
    }
}
Powered by cgit v1.2.3 (git 2.41.0)