Guest User

Untitled

a guest
Oct 18th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const elements = {
  2. username: {
  3. element: 'input',
  4. type: 'text'
  5. },
  6. email: {
  7. element: 'input',
  8. type: 'email'
  9. },
  10. password: {
  11. element: 'input',
  12. type: 'password'
  13. }
  14. }
Add Comment
Please, Sign In to add comment