Created
March 20, 2016 00:51
-
-
Save jgimbel/5bb9e02b2ed8a5bf3786 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const crimeArray = neighborhood.properties.crime2 | |
console.log(crimeArray[crimeArray.length-1].violent_crime_index < crimeArray[crimeArray.length-2].violent_crime_index) | |
console.log(crimeArray[crimeArray.length-1].violent_crime_trend === 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment