mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
fixing up readmes for 1st two steps per feedback
This commit is contained in:
5
step2-01/exercise/src/fibonacci.ts
Normal file
5
step2-01/exercise/src/fibonacci.ts
Normal 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 ...
|
||||
Reference in New Issue
Block a user