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
// color preferenceconst trainingData = [ { input: { blue: 1 }, output: [1] }, { input: { red: 1 }, output: [1] }, { input: { black: 1 }, output: [0] }, { input: { green: 1 }, output: [0] }, { input: { brown: 1 }, output: [0] },];