Files
2018-11-29 11:22:15 +00:00

3 lines
50 B
JavaScript

function f(arr) {
if (arr.length > 2) {} // OK
}