testing

Javascript code posted
created at 09 Mar 14:49, updated at 13 Mar 19:01

Edit | Back
1
2
3
4
5
    (function(where) {
      if (typeof(console) !== 'undefined') {
        console.log('Hello ' + where);
      }
    })('World');
137 Bytes in 2 ms with coderay