ra44o / warmup

Let's warm up!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warmup

Let's warm up!

Task

Your task is to implement function, which converts Celsius to Fahrenheit. Write your solution in src/index.js

Prepare and test

  • Install Node.js
  • Clone this repository: git clone https://github.com/SIARHEI-SMANTSAR/warmup.git
  • Go to folder warmup
  • Run npm install in command line
  • Run npm test in command line
  • You will see the number of passing and failing tests

About

Let's warm up!

License:MIT License


Languages

Language:JavaScript 100.0%