This is the main problem:
var obj = {
"22": false,
"32": true,
}
console.log(obj.32) //<---- NOT WORKING??!?!?!
Why can't I reach the part of the object??
I know you can't begin variables with numbers but you can with object parts, so how can I read this?