Big O rule 3

Run Settings
LanguageJavaScript
Language Version
Run Command
function compressBoxesTwice(boxes, boxes2) { boxes.forEach(function(boxes) { console.log(boxes); }); boxes2.forEach(function(boxes) { console.log(boxes); }); } O(a + b);
Editor Settings
Theme
Key bindings
Full width
Lines