understand-and-build-in-web.hashnode.devHow JavaScript Makes Decisions: Understanding If, Else, and SwitchEvery day you take decisions without even thinking about it. When you see the traffic light is green you drive. When traffic light is yellow you slow down. When traffic light is red you stops. If 1h ago·8 min read
understand-and-build-in-web.hashnode.devJavaScript Variables and Data Types Made SimpleSuppose you are becomes a head chef of a kitchen. So, you don’t want to make all elements piled on the floor or unorganized. To manages all the ingredients, you take containers or boxes, label that co2d ago·8 min read
understand-and-build-in-web.hashnode.devThe Complete Guide to Promise Static Methods in Modern JavaScriptJavaScript is single threaded language. But think about a case where we call a network and still the network is connected what can we do, just wait and wait because it is single threaded so one work a5d ago·5 min read
understand-and-build-in-web.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting the HTML sometimes make it more difficult, opening a tag then closing it. It is comparatively slower and honestly a bit of complex and repetitive when we just want the structure to build of the web page. But what if we could a single line of ...Jan 29·3 min read
understand-and-build-in-web.hashnode.devCSS Selectors : The Art of PrecisionImagine you are in a party and you need to talk to any person how would you say that. Can you shout like “Hey human!” ? Probably Not, because it does not specify any particular person, it points to everyone in the room. Either you could say that “Hey...Jan 28·3 min read