Skip to content

Commit cbb561f

Browse files
committedJan 23, 2016
Updated example
1 parent 75317b6 commit cbb561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎js/array-every-some.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// some() breaks once it returns true
2020
(function () {
2121
// God of cricket
22-
var ar = ['Sachin', 'Lara', 'De Villiers'];
22+
var ar = ['Lara', 'Sachin', 'De Villiers'];
2323
ar.some(function (v) {
2424
if (v === 'Sachin') {
2525
return true;

0 commit comments

Comments
 (0)