pug-php/js-phpize

View on GitHub
examples/length.js

Summary

Maintainability
A
0 mins
Test Coverage
a = [];
b = 'bb';

c = [
    a.length,
    b.length
];

return c.join(',');