#wemakedevs
Read more stories on Hashnode
Articles with this tag
What are errors? While executing a piece of code, the compiler may encounter an error that causes it to pause/stop the execution. In order to rectify...
Flexbox is a display property value that is useful to design layout structures easily. It helps us to control the size, position, and spacing of...
What is an event? An event is a particular occurrence in the browser. Using JavaScript, we can tell how the element(s) in a webpage should "react"...