Skip to content

Instantly share code, notes, and snippets.

View DiogenisPanagiotis's full-sized avatar

Diogenis Panagiotis DiogenisPanagiotis

View GitHub Profile
@DiogenisPanagiotis
DiogenisPanagiotis / HotjarGist
Created February 21, 2017 17:15
Hotjar JavaScript Function To Order Object By Age
// Make sameple object
var hotjarObj = [{
name: 'David',
age: 23
},
{
name: 'Sara',
age: 25
},