SPSarvesh Prajapatiinsarveshprajapati.hashnode.dev·Mar 1, 2022 · 6 min readFunction in JavaScript - The BasicIntroduction If you been in programming for a while, you probably would know that functions are the important concept of any typical programming language. And if are familiar with functional programming languages, like JavaScript, then it is hard to...00
SPSarvesh Prajapatiinsarveshprajapati.hashnode.dev·Feb 26, 2022 · 4 min readType Conversion in JavaScript - The MagicIf you are a JavaScript developer then you must know JavaScript has three primitive types: Numbers, String and Boolean But do you know, these types are being converted with each other to perform a certain program. This phenomenon is known as Type Con...00
SPSarvesh Prajapatiinsarveshprajapati.hashnode.dev·Feb 25, 2022 · 4 min readSwitch statement in JavaScriptWhen is comes to controlling the flow of a particular program with making decision, there are typically two options we have: if…else switch case In our previous article we had covered everything you need to know about the if..else in JavaScript. He...00
SPSarvesh Prajapatiinsarveshprajapati.hashnode.dev·Feb 18, 2022 · 4 min readif else in JavaScript - Conditional StatementsBill Gates's once said, "Computer programming is calculation of math and making decision with if..else". And it is hard to argue with that statement, and why not. Because deep down this is what programming all about. If you are new to this programmin...00
SPSarvesh Prajapatiinsarveshprajapati.hashnode.dev·Feb 12, 2022 · 4 min readData Types in JavaScript — The Weird PartsIf you have been into programming for a while, you know what are data types and why they are important in typically every programming language. But if you don’t know about data types, well it’s just the type of data (value) you stored in a variable —...00