Big O 3rd Rule

Run Settings
LanguageJavaScript
Language Version
Run Command
// Big O Rule # 3 different terms for inputs function compressBoxesTwice(boxes, boxes2) { boxes.forEach(function(boxes) { console.log(boxes) }); boxes2.foreach(function(boxes) { console.log(boxes); }) } // O(boxes + boxes2)
Editor Settings
Theme
Key bindings
Full width
Lines