Notes: Meme Picker
For of loop
A much easier loop to use compared to a for loop.
const catsData = [
{
emotionTags: ["moody"],
isGif: false,
image: "angry.jpeg",
alt: "A cat looking moody",
},
{
emotionTags: ["moody", ...
codelady.hashnode.dev4 min read