``` var isValidFormat = isValidFormat(); //bad idea! var formatIsValid = isValidFormat(); //much better if (formatIsValid) { //good to go… } ``` [reference](http://www.htmlgoodies.com/html5/javascript/back-by-popular-demand-more-on-javascript-variable-naming-conventions.html)