Advertisement
jd83745

Untitled

Jun 21st, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. let goodThings = (
  2. () => ({
  3. 1: "sharing code",
  4. 2: "having friends",
  5. 3: "coding"
  6. })
  7. );
  8.  
  9. let badThings = (
  10. () => ({
  11. 1: "not sharing code",
  12. 2: "not having friends",
  13. 3: "not coding"
  14. })
  15. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement