fixing up readmes for 1st two steps per feedback

This commit is contained in:
Ken
2019-02-26 14:04:15 -08:00
parent 9cef35ef70
commit f695291070
4 changed files with 108 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
// TODO: create a named export of a function called fib(n)
// export function fib(n: number) ...
// TODO: create a default export of a constant of a number
// export default ...