Skip to content

Latest commit

 

History

History

Multiplying-numbers-as-strings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Multiplying numbers as strings

see in codewars

Instructions

This is the first part. You can solve the second part here when you are done with this. Multiply two numbers! Simple!

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

Note: 100 randomly generated tests!