Skip to content

Commit 43e60ba

Browse files
author
Your Name
committed
typescript course ongoing
1 parent 3f80f08 commit 43e60ba

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"devDependencies": {
2727
"@types/bluebird": "^3.0.35",
2828
"@types/express": "^4.0.33",
29-
"@types/jasmine": "^2.5.37",
3029
"@types/lodash": "^4.14.37",
3130
"@types/node": "^6.0.45",
3231
"@types/sequelize": "^4.0.38",

samples/learning-types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11

2-
import * as _ from 'lodash';
32

4-
const colors = ["Red", "Green", "Blue"];
53

6-
const firstColor = _.first(colors);
7-
8-
console.log(firstColor);

0 commit comments

Comments
 (0)