Skip to content

Instantly share code, notes, and snippets.

@jgimbel
Created March 20, 2016 00:51
Show Gist options
  • Save jgimbel/5bb9e02b2ed8a5bf3786 to your computer and use it in GitHub Desktop.
Save jgimbel/5bb9e02b2ed8a5bf3786 to your computer and use it in GitHub Desktop.
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