roshiro/openws_one

View on GitHub
webpack/es2015/test.js

Summary

Maintainability
A
0 mins
Test Coverage
// Example in ES2015
var braveNewWorld = ( world ) => {
  console.log( "Welcome to" + world );
};
braveNewWorld("World");