Malho Stéphane
Malho Stéphane
I @adrianhajdin, I hope you are well. I would like inform you that there is no favicon.ico inside the public unzipped assets. 😊 I will create mine yet I'd like...
A user should be able to write a tag with or without #, or write multiple tags without worrying about the final rendering. For this, it would be interesting to...
to fix the eslint warning we can use: ` form.addEventListener("submit", handleSubmit); form.addEventListener("keyup", (e) => { if (e.key === "Enter") { handleSubmit(e); } }); ` instead of keyCode