Skip to main content

call

Function call 

Source
pub fn call(method: &str, args: &[JsValue]) -> Option<JsValue>
Expand description

Evaluate Math.method(args).