ACAritra Chowdhuryinaritra2001.hashnode.dev路Sep 5, 2022 路 2 min readIntroduction to Events in JavaScriptEvents 馃憠 Events are actions or occurrences done by the user that happens in the system, and as a result the code will trigger a desire react to those events. 馃憠 When JavaScript is written with HTML, JavaScript can react to those HTML elements. Why ...00
ACAritra Chowdhuryinaritra2001.hashnode.dev路Sep 4, 2022 路 3 min readIntroduction to HTTP Request MethodsWhat is HTTP ? 馃憠 The Hypertext Transfer Protocol (HTTP) is designed in such a way that it can create a communication between between clients and servers. 馃憠 HTTP works as a request-response protocol between clients and servers and follows the old cl...00