rolling-scopes-school/additional_4

Name: additional_4

Owner: Rolling Scopes School

Description: Product

Created: 2017-09-25 09:37:03.0

Updated: 2017-09-25 09:37:05.0

Pushed: 2017-09-25 18:41:18.0

Homepage: null

Size: 3

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Product of 2 numbers

Task

Implement function, that for given two numbers, presented as strings will return their product

iply('1', '1') // -> '1', because 1 * 1 === 1
iply('2', '2') // -> '4', because 2 * 2 === 4
iply('5', '10') // -> '50', because 5 * 10 === 50

Write your code in src/index.js


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.