Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
plusgut60377yneither, numbers in varaiblenames are not declarative. I'll name them for what they actually are.
-
I'm:
var persons = {
person1: 100,
person2: 200,
person3: 300
}
Just kidding, I'd also go with an array.
What type of programmer are you?
undefined