"use strict"; domready(function () { var a = 1; var b = 1; runIt(); function runIt() { console.log(a + b); } });