JSFiddle - React, Tailwind, and code Playground

by litespeedtdf

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.js"></script>

JavaScript

$(function(){

	var strBool = 'False';
  alert(strBool.toLowerCase() == 'true' ? true : false);

});