How do I write array with variable in array in JavaScript
Hi guys,
In PHP, I have an array which look like this:
$arr = ['x' => [$a,$b]];
Code (markup):
How do I write this in JavaScript?
Thanks,
Comments comments
See original post by invalid@example.com (ketting00)
Leave a Reply
You must be logged in to post a comment.