[][src]Function boa::builtins::console::group

pub fn group(this: &Value, args: &[Value], ctx: &mut Interpreter) -> ResultValue

console.group(...data)

Adds new group with name from formatted data to stack.

More information: