News

JavaScript “coerces” variables to Boolean when testing to true/false. Additionally, a variety of “falsy” and “truthy” variables exist in this vein. We’ve mentioned 0 and 1, ...
Coming up with good variable names can always be a challenge. So there is some convention you can follow that makes the process easier. For boolean values, you can simply prefix it with is, has, or ...
This repository is exclusive to javascript bootcamp, organized at GDSC TIU. Maintained by Gourav Ghosal - dsc-tiu/JavascriptBootCamp ...