-
Notifications
You must be signed in to change notification settings - Fork 21
Bug Journal
Colin Hart edited this page Dec 13, 2016
·
2 revisions
- Copy the error message
- Copy the code in question
- Write a paragraph explaining:
- What you thought the error was
- What the issue turned out to be
- How you solved it
Example:
ReferenceError: hi is not defined
> a = "hi"
'hi'
> hi.fun
Initially, I thought it was because I had defined the variable a
incorrectly. But After looking at it more closely, I realized that I wasn't calling my fun
function on the variable a
but on a variable hi. I was confusing the variable a
with the "hi"
string datatype that I saved to the variable
You can see all the bug journal entries here: https://github.com/ga-students/wdi-remote-matey/labels/bug
Class Resources
- Outcomes
- Lesson Recordings
- GA Youtube Content
- Student Handbook
- How to add a page to the wiki
- Easy Project Polishing
- Bug Journal
- Git Cheatsheet
References
Extra Online Material
Student Created Resources