Skip to content

Commit 73924d3

Browse files
authored
Update 07-data-types.js
1 parent 18ecc2b commit 73924d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2-variables/07-data-types.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ let fundingAmount = undefined;
88

99
console.log(company);
1010
console.log(foundingYear);
11+
console.log(isActive);
1112
console.log(fundingAmount);

0 commit comments

Comments
 (0)