ForStatementinterface ForStatement extends Node, HasSpan {body: Statement;init?: VariableDeclaration | Expression;test?: Expression;type: "ForStatement";update?: Expression;}§Extends§Node[src]§HasSpan[src]§Properties§body: Statement[src]§init?: VariableDeclaration | Expression[src]§test?: Expression[src]§type: "ForStatement"[src]§update?: Expression[src]