$(document).ready(function () {
var a, b, c
d = new RegExp("/^[a-z0-9]*$/"),
e = true,
f = [
"g": false,
"h": false,
"i": false,
"j": false,
"k": false
],
I changed names of variables for reasons.
Uncaught SyntaxError: Unexpected token :
Line 7. Which is "g": false,
. Am I missing something?