$checkValue = function($arrPostKey, $value) use(&$errors) {
function checkValue($arrPostKey, $value, &$errors) {
function checkValue($arrPostKey, $value) {
global $errors;
In IE attempting to access localStorage on HTML files served from the file system results in the localStorage object being undefined