-
-
Notifications
You must be signed in to change notification settings - Fork 240
West Midlands | MAY | EMIN AKTURK | Sprint 3 | MODULE-STRUCTURING-AND-TESTING-DATA #692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 28 commits
84e3bca
3c9fb3a
c882576
8ccf3b2
d0c0bd7
721fe57
3eff2ca
0de42f1
5d8d05c
7fe2790
fed3a0c
16e88b9
17f9a99
4266d77
05564df
a932cb1
2c47ed9
1b7c8c7
c95381e
1fd0b02
71b7003
0c7b105
97d27ed
47d5d46
2f97455
29d0ece
315d99a
d31e82f
cf78bda
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you run this file to see if your tests pass, what happens? I get an error related to the fyi: You can test the file by opening your terminal (making sure you are in the Sprint-3/1-key-implement directory) and typing: |
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There may be a few edge cases missed here.
|
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you may be missing a few edge cases in your getAngleType function.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you may be missing a few edge cases in your getAngleType function.
const nothing = getAngleType();const tooBig = getAngleType(361);