Guest User

Untitled

a guest
Jan 18th, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.l = ->
  2.   if typeof(console) != "undefined" && console.log
  3.     if arguments.length == 1
  4.       console.log(arguments[0])
  5.     else
  6.       console.log(arguments)
Add Comment
Please, Sign In to add comment