TirsaRP / hyf-javascript2

module 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book challenge feedback

JosephCherry opened this issue · comments

Hey Tirsa,

Great work here. Everything is well named and commented. Noticed you've created the core h2 and ul outside of the function. Perhaps you could create a separate function you call when you create this or alternatively put it inside the function with some logic so it only runs once.

Codetastic!

thanks for the feedback, I put the h2 and ul code into a function.