Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // My tiny snippet for pulling out console.log quickly
  2. {
  3. "Console.log": {
  4. "prefix": "consl",
  5. "body": ["console.log($0)"],
  6. "description": "Console.log"
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement