SyntaxFix
Write A Post
Hire A Developer
Questions
An empty array is defined by omitting values, like so:
v=[[],[]] a=[] b=[1,2] a.push(b) b==a[0]