Javascript – help converting ES6 (arrow functions) to non ES6 code – Jquery
I have these two validation routines with the jQuery validate plugin. They work fine, but our JS compressor does not like the ES6 functions. I am new to ES6. The simple conversion I can handle, but its these lines I…