Source code

Revision control

Copy as Markdown

Other Tools

module.exports = function(x) {
return x * 2;
}