pub fn assert_with_condition_and_data_5(
    condition: bool,
    data_1: &JsValue,
    data_2: &JsValue,
    data_3: &JsValue,
    data_4: &JsValue,
    data_5: &JsValue
)
Expand description

The console.assert() function.

MDN Documentation

This API requires the following crate features to be activated: console