tutorial.eyehunts.com
JavaScript string to boolean | Convert
The easiest way to convert a string to a boolean is to compare the string with 'true' in JavaScript. Use toLowerCase() to convert a given...
Rohit