pug-php/js-phpize

View on GitHub
examples/string-char-at.js

Summary

Maintainability
A
0 mins
Test Coverage
var str = 'abc';

return str[1];