marytmott / decimal_warmup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For your warmup:

Create a function that converts decimal to binary.

Example: //decimalConverter.convert(9) //=> 1001

About


Languages

Language:JavaScript 100.0%