Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
var a = [
    [
    "WIN",
        [
            "titulo1"
        ],
        [
            "titulo2"
        ],
        [
            "titulo3"
        ],
        [
            "titulo4",
            ["sub1",1,2,3]
        ],
    ],
    [
    "WIN2",
        [
            "titulo1"
        ],
        [
            "titulo2"
        ],
        [
            "titulo3",
            ["sub1",4,5,6]
        ],
        [
            "titulo4",
        ],
    ]
], b = String(a).split(",");
console.log(b);
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Alexis88pro
0viewers