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 ...
|
||||
@@ -1,3 +1,6 @@
|
||||
// TODO: import the fib(n) function and the constant from './fibonacci.ts'
|
||||
// import {fib}, FibConst from ...
|
||||
|
||||
// Some setup code for exercises
|
||||
const obj1 = {
|
||||
first: 'who',
|
||||
|
||||
Reference in New Issue
Block a user