TwelvedA Homework 6
Class Notes
Subject
Write a function that accepts two numbers as parameters, and return the distance between them.
Directions
- Write the codes in app.ts
- Don't forget to call the function and see if the result is as expected.
Start Coding