I have this array
var array = [4,5,7,80,4,52,15,5];
and I want to convert it to this format
[
[[2.0924907914914139, 2.3946516145034309], 1],
[[2.4682273904177849, 1.6516482666336787], 1],
[[1.9754558657999959, 1.9355779157529831]...
asked by
15.11.2016 / 15:11