JPDG13

base.js for recipe app

May 14th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export const elements = {
  2.     searchForm: document.querySelector('.search'),
  3.     searchInput: document.querySelector('.serach__field')  
  4. };
Add Comment
Please, Sign In to add comment