do you guys remember where is it in the “map” your progress where you call a variable inside a function?
for example:
function two() {
var =… ;
};
I’m just trying to solve this code right now…
rP:function(){
loadGame(function(currentGame){
var=…;
}
};
so it is inside two function,
but I got a feeling that when i solve how do I get the var inside of this. it;s going to be awesome…