Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let goodThings = (
- () => ({
- 1: "sharing code",
- 2: "having friends",
- 3: "coding"
- })
- );
- let badThings = (
- () => ({
- 1: "not sharing code",
- 2: "not having friends",
- 3: "not coding"
- })
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement