pmarcinkiew / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
0 stars 1 forks source link

console.log will print array with enclosing brackets (#1303) #134

Closed pmarcinkiew closed 6 years ago

pmarcinkiew commented 6 years ago

Let a = [1,2,3], currently console.log(a) prints

1,2,3

it would be better to print

[1,2,3]

IoT.js-DCO-1.0-Signed-off-by: Sanggyu Lee sg5.lee@samsung.com