Bonaventure Chukwudi
Bonarhyme

Bonarhyme

Follow
homebadges
Tag

THW Web Apps

#thw-web-apps

More content

Read more stories on Hashnode


Articles with this tag

Learn JavaScript DOM by building a slider without html markups

May 18, 20226 min read

According to MDN: The Document Object Model (DOM) is a programming interface for web documents. It represents the page so that programs can change...

Learn JavaScript DOM by building a slider without html markups

What is HTML, Semantics, Container Tags and Empty Tags?

May 17, 20226 min read

Although, HTML is a very popular web technology and topic, it is still widely misunderstood by a whole lot of developers who are not patient enough to...

What is HTML, Semantics, Container Tags and Empty Tags?

Nesting "If-else statements" Is Bad. Do this instead.

May 7, 20222 min read

If-else statements are a way to check for a particular conditions or values before executing a piece of code, function or reassigning a particular...

Nesting "If-else statements" Is Bad. Do this instead.