Skip to content

Commit 18ecc2b

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

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
@@ -3,6 +3,7 @@
33

44
const companyName = "Niteowl, Inc.";
55
const foundingYear = 2022;
6+
let isActive = true;
67
let fundingAmount = undefined;
78

89
console.log(company);

0 commit comments

Comments
 (0)