I have this array and I want to count total numbers into this, can anyone please let me know how can i achieve this using pure javascript
var total = {
"numbers":{
"1":"9897877884",
"2":"9867543234",
"3":"7898879900",
"4":"1234567890"
}
}