Not sure where to start?
Bootcamp
Study group
Collaborate with peers in your dedicated #study-group channel.
Code reviews
Submit projects for review using the /review command in your #code-reviews channel
/review
Karma
scrimba
const trainingData = [ { input: [0, 0], output: [0] }, { input: [0, 1], output: [1] }, // { input: [1, 0], output: [1] }, // { input: [1, 1], output: [0] }];