UNPKG
postman
Version:
latest (0.2.0)
0.2.0
0.1.0
The Postman will help deliver messages around your application
postman
/
node_modules
/
qunit
/
deps
/
jscoverage
/
tests
/
javascript
/
javascript-foreach.js
9 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Object_Manipulation_Statements https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Statements/for_each...in */
for
each (var item
in
obj) {
sum
+= item; }