// if (someCondition) { throw new Error("Some error"); } // // if (someCondition) { console.warn("Some warning"); } // // if (someCondition) { console.log("Some info"); } // // if (someCondition) { console.log("Some other info"); } //