BonsaiDen/JavaScript-Garden

Is the ',' in ‘console.log(i, '' + obj[i]);’ wrong?

ryangun opened this issue · 1 comments

Is the ',' in ‘console.log(i, '' + obj[i]);’ wrong?It's rather '+'?
qq 20150724152706

You can give multiple arguments to console.log :)