Perform JavaScript multiplication (*) on two values.
*
external T multiply<T>(Object? first, Object? second);