ARAbhishek Rathinabhishekblogs.hashnode.dev·Dec 16, 2021 · 1 min readTruthy and Falsy Values in JavaScriptHaven't heard about truthy and falsy values in JavaScript?? This article will explain to you the truthy and falsy concepts in the easiest way possible. Before diving into truthy and falsy values, let us understand what boolean data type is in JavaSc...00
ARAbhishek Rathinabhishekblogs.hashnode.dev·Oct 16, 2021 · 4 min readFunctions in JavaScriptIntroduction One day a student was plotting some mischief in a class. The professor noticed this and as a way to punish him, he asked the student to write a program to calculate square of number. After a minute, the student came to professor to show...00