-
Notifications
You must be signed in to change notification settings - Fork 39
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
diandre's pull request #30
base: main
Are you sure you want to change the base?
Conversation
console.log(request); | ||
|
||
|
||
const weatherData = { |
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 would recommend putting something like this is a different file
} | ||
displayChanceOfSnow(); | ||
|
||
//Function to display chance of thunder to the main section |
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.
Make sure to delete non-useable code before submitting
|
||
|
||
//Display region to the main section | ||
function displayRegion() { |
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.
functions like the this one and a few of the ones below can be all one function. There's no added benefit to having multiple functions that execute almost the same thing
|
||
|
||
//Function to display weather gif over 50% chance | ||
function displayWeatherGif() { |
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.
nice
No description provided.