cearadenney8153 cearadenney8153 06-02-2024 Computers and Technology contestada Identify the initialization in the following for loop. for(var i = 0 i <40 i++) { rightFoot() leftFoot() } a) var i = 0 b) i < 40 c) i++ d) No initialization