raphiz/protofast

View on GitHub
example_project/js/index_only.js

Summary

Maintainability
A
0 mins
Test Coverage
/* global console */
function baa(){
  console.log("foo!");
}
baa();