EmileeA / temperature-converter

0 stars 0 forks source link

JS - printToDom #5

Open EmileeA opened 5 years ago

EmileeA commented 5 years ago

Story As a user, I want my conversion results to load on the page.

AC When the temperature conversion function runs Then convert the temperature to the page.

DN The printToDom should accept two arguments DivID and textToPrint. select the div ID element set the innerHTML of that element to testToPrint