- Fork this repo
- Pull it down to your machine
- Create a branch off of master
- In terminal, in your branch, create a file called app.js
- Implement the following function
/*
@func avgTwoNumbers
@param a {number}
@param b {number}
@returns {number}
@desc - computes average of two numbers
formular for average: a + b / 2
@example avgTwoNumbers(1,2); // 1.5
*/
- Push your branch to your fork
- Open PR