Skip to content

Instantly share code, notes, and snippets.

@luiscarbonell
Created August 6, 2019 02:50
Show Gist options
  • Save luiscarbonell/f3d81c63cd0b99e9db1e9d25daf4080b to your computer and use it in GitHub Desktop.
Save luiscarbonell/f3d81c63cd0b99e9db1e9d25daf4080b to your computer and use it in GitHub Desktop.
// Dependencies here...
function Neuron() {
// Code here...
}
module.exports = Neuron;
@luiscarbonell
Copy link
Author

+ Basic scaffolding for a Neuron "class"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment