Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const dom = {
  2. pages: {
  3. home: '#homepage',
  4. about: '#about',
  5. contact: '#contact',
  6. },
  7. form: {
  8. emailInput: '#form_input',
  9. textareaInput: '#form_textarea',
  10. sendButton: '#form_send-button',
  11. }
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement