Step2-01 exercise updates

This commit is contained in:
Elizabeth Craig
2019-02-28 14:53:43 -08:00
parent 88425249ea
commit 419837ba2e
4 changed files with 50 additions and 26 deletions

View File

@@ -1,5 +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
// TODO: create a default export of a constant of a number FibConst
// export default ...