log function

  1. @JS('console.log')
void log(
  1. JSAny obj
)

Implementation

@JS('console.log')
external void log(JSAny obj);