Guest User

Untitled

a guest
Aug 10th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. {{ foo(1, 2, 3) }}
  2.  
  3. {
  4. stuff: function (string, length) {
  5. while (string < length) {
  6. string = "0" + string
  7. }
  8. }
  9. }
Add Comment
Please, Sign In to add comment