Additional text regarding peers (#22341)

* Additional text regarding peers

Reminder to take advantage of peers to get assistance when needed

* Re-ordered list
This commit is contained in:
capulifour
2018-11-14 03:05:00 +01:00
committed by Manish Giri
parent 86ce5c36d0
commit c7e5112f35

View File

@ -9,12 +9,13 @@ This list was created by compiling common issues and questions when working on t
3. Use the chrome javascript debugger console in conjunction with something like the netbeans IDE or sublime text to write your code. Both are free to download. The freeCodeCamp code editor is great but you can get a lot more feedback on your code's behaviour by using chrome's JS debugger and a bunch of **console.log(myVariableGoesHere);**
4. Posting your code in Gitter is as simple as adding a line consisting of only 3 backtics **`** then your code in a new line and another line with 3 more backtics.`
5. Ask for help in Gitter! I can personally relate to staring at a problem for hours, then seeing the solution as soon as I try to explain it to someone, or having someone say something like "typo on line 6" as soon as they see it. Take advantage of message boards and social media groups as well as in-person peers to attempt to have a fresh set of eyes glance over your work.
References
* <a href='https://developer.chrome.com/devtools/docs/console' target='_blank' rel='nofollow'>Chrome Console</a>
* <a href='http://www.sublimetext.com/' target='_blank' rel='nofollow'>Sublime Text</a>
* <a href='https://netbeans.org/downloads/' target='_blank' rel='nofollow'>Netbeans</a>
1. Posting your code in gitter is as simple as adding a line consisting of only 3 backtics **`** then your code in a new line and another line with 3 more backtics.`
2. Ask for help in gitter! I can personally relate to staring at a problem for hours, then seeing the solution as soon as I try to explain it to someone, or having someone say something like "typo on line 6" as soon as they see it.