We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b4baf commit 18ecc2bCopy full SHA for 18ecc2b
2-variables/07-data-types.js
@@ -3,6 +3,7 @@
3
4
const companyName = "Niteowl, Inc.";
5
const foundingYear = 2022;
6
+let isActive = true;
7
let fundingAmount = undefined;
8
9
console.log(company);
0 commit comments