HarrisSidiropoulos / multiply

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplying numbers as strings

  1. The arguments are passed as strings.
  2. The numbers may be way very large
  3. Answer should be returned as a string
  4. The returned "number" should not start with zeros e.g. 0123 is invalid

About


Languages

Language:JavaScript 100.0%