Skip to content
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

HW4-HyoSungKim #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

angelicakim28
Copy link

No description provided.

Copy link
Member

@rossbernet rossbernet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work.

[String] Type of crime: <input id="string" type="text">
<br>
<br>
Options: "Narcotic / Drug Law Violations", "All Other Offenses", "Thefts", "Other Assaults", "Rape", "Other Sex Offenses (Not Commercialized)", "Aggravated Assault No Firearm", "Theft from Vehicle", "Vandalism/Criminal Mischief", "DRIVING UNDER THE INFLUENCE", "Motor Vehicle Theft", "Burglary Residential", "Fraud", "Burglary Non-Residential", "Embezzlement", "Forgery and Counterfeiting", "Arson", "Robbery Firearm", "Disorderly Conduct", "Robbery No Firearm", "Homicide - Criminal", "Weapon Violations", "Liquor Law Violations", "Recovered Stolen Motor Vehicle", "Public Drunkenness", "Vagrancy/Loitering", "Offenses Against Family and Children", "Aggravated Assault Firearm", "Gambling Violations"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for showing what the options are! Makes it much easier to search.

// printMenu(query7);
printMenu(query7) =
for (var type in query7) {
console.log(Object.keys(query7[])[0]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty close :)

This one definitely takes some tinkering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants