mirror of
https://github.com/github/codeql.git
synced 2026-07-16 00:38:15 +02:00
4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
for (var i = 0; i < array.length; ++i) {
|
|
count += array[i]
|
|
}
|