In JSHint I get the follwing message about my array declaration:
jesuschrist["eng_male"] = [//tons of arrays here];
[‘baby_jesus’] is better written in dot notation.
Does it mean I should write it as baby.jesus?
Also, I gives me a problem when declaring the object:
jesuschrist = new Object();
JSHint says this:
Use the object literal notation {}.
It’s suggesting that your code change to: