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
// version control / log comments/** * 2018-07-04 Removed Character Limit - Dylan Israel */// remove commented codefunction getUserName(firstName, middleName, lastName) { // const initials = `${firstName[0]}{MidName[0]}${lastName[0]}; return `${firstName} ${middleName} ${lastName}`;}