convert true to true javascript code example Example: javascript true string to boolean var isHidden='true'; var isHiddenBool = (isHidden == 'true');