DSDhrumi Shahindhrumishah.hashnode.dev路May 18, 2022 路 6 min readJavaScript FunctionsFunctions are one of the major pillars of JavaScript. Many programming languages support various paradigms, the most well-known of which being Object-Oriented and Functional Programming. Although JavaScript can be both. Today in this blog, we will un...04DTS
DSDhrumi Shahindhrumishah.hashnode.dev路May 10, 2022 路 5 min readConditional Statements in JavaScriptHave you ever wondered how a computer game or program makes decisions? Or does it allow the user to decide what occurs next? There are various ways that we, as programmers, can control the flow or execution of a program today, we'll go through the Co...02GA
DSDhrumi Shahindhrumishah.hashnode.dev路May 6, 2022 路 5 min readJavaScript Data TypesHey readers! This is a blog on JavaScript Data Types. I have tried to cover all the possible points in this blog. Table of contents What are Data Types? JavaScript Types are dynamic Primitive and object Data types Types of Primitive Data Types ...02AT