Skip to content

Instantly share code, notes, and snippets.

@lelouchB
Created May 12, 2020 11:05
Show Gist options
  • Save lelouchB/233bc193bcc9d5145ffef6e8f76c5582 to your computer and use it in GitHub Desktop.
Save lelouchB/233bc193bcc9d5145ffef6e8f76c5582 to your computer and use it in GitHub Desktop.
// grab the things we need ----------
const pokemonContainer = document.querySelector(".pokemon-container");
const formEl = document.querySelector("form");
const inputEl = document.querySelector("input[type=text]");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment