pug-php/js-phpize

View on GitHub
examples/global.js

Summary

Maintainability
A
0 mins
Test Coverage
var inc = function () {
    count = 4;
};
inc();

return count;