Skip to content

Commit dd1ad52

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

samples/learning-types.ts

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

22

33

4+
import * as _ from 'lodash';
5+
6+
const colors = ["Red", "Green", "Blue"];
7+
8+
const firstColor = _.first(colors);
9+
10+
console.log(firstColor);

0 commit comments

Comments
 (0)