GitHub topics: for-in
manferlo81/foreach-prop
Array-like methods for objects
Language: TypeScript - Size: 3.38 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

HowProgrammingWorks/Iteration
Different implementation of iterations as a code abstraction
Language: JavaScript - Size: 118 KB - Last synced at: 22 days ago - Pushed at: 6 months ago - Stars: 14 - Forks: 121

formulae-org/package-programming-js
Programming package for Fōrmulæ, in JavaScript
Language: JavaScript - Size: 93.8 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-group-in
Group an object's own and inherited property values according to an indicator function.
Language: JavaScript - Size: 1.12 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-bifurcate-in
Split an object's own and inherited property values into two groups according to a predicate function.
Language: JavaScript - Size: 1.11 MB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

T99/iter-over
Sugary iteration utilities and interfaces.
Language: TypeScript - Size: 714 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jonschlinkert/for-in
Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.
Language: JavaScript - Size: 14.6 KB - Last synced at: 1 day ago - Pushed at: about 8 years ago - Stars: 35 - Forks: 8

Restlessking/Day--5
Solving problem using over all for loops (for, for in, for of, and for each).
Language: JavaScript - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

briwyatt/iteration-practice-exercise
Language: JavaScript - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

aminya/typescript-optimization
Compares different for-loops in TypeScript/JavaScript
Language: TypeScript - Size: 1.06 MB - Last synced at: 27 days ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 2

prabhakaranthangavel/Adv-JS-Day-6-Spread-Operator-Rest-Pararameters
It contains Spread Operator and Rest Parameter and for methods
Language: JavaScript - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dwi-handoyo/7-Ways-of-Loop-in-Javascript
Language: JavaScript - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jsdsl/iterator
A collection of classes that allow iteration over a predefined collection of elements.
Language: TypeScript - Size: 213 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

didinj/groovy-loop-examples
Groovy Tutorial: Loop Examples
Language: Groovy - Size: 3.91 KB - Last synced at: 29 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

afeiship/next-map-to
Map source to target.
Language: JavaScript - Size: 9.77 KB - Last synced at: 26 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

candytale55/over_nine_thousand_Py_3
over_nine_thousand() takes a list of numbers named lst as a parameter. It sums the elements of the list until the sum is greater than 9000. When this happens, the function should return the sum. If the sum of all of the elements is never greater than 9000, the function should return total sum of all the elements. If the list is empty, the function should return 0. For example, if lst was [8000, 900, 120, 5000], then the function should return 9020.
Language: Python - Size: 3.91 KB - Last synced at: 27 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

asaadsaad/es6-demo
Demo for ES6 features: classes, promise, observables, destructuring, spread and rest operators, template string, for-in vs for-of
Language: HTML - Size: 4.88 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
