I want output like this
items = [[‘red’, ‘blue’, ‘green’], [‘small’, ‘medium’, ‘large’]];
i have array item which has value
items =[‘red’, ‘blue’, ‘green’,’small’, ‘medium’, ‘large’]
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want output like this
items = [[‘red’, ‘blue’, ‘green’], [‘small’, ‘medium’, ‘large’]];
i have array item which has value
items =[‘red’, ‘blue’, ‘green’,’small’, ‘medium’, ‘large’]