I just don't understand scoping. I've read a lot of posts about it and still don't get even the gist of it. I've studied
http://stackoverflow.com/questions/500431/javascript-variable-scope but don't understand the examples. I should read a book about it, but for now I'm stuck at work and need to get these functions sorted.
It's a mortgage refinance calculator with break even point, snapshot savings, and lifetime savings. I get the results from the first function just fine (Break Even), but the other two aren't firing as far as I can tell.
I'm not getting any console errors.
I put a comment in the script where I think I'm going wrong, but not understanding scope properly there could be multiple issues.
Thank you very much for any help!