We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91af81a commit c3b4bafCopy full SHA for c3b4baf
2-variables/07-data-types.js
@@ -1,7 +1,7 @@
1
// Data Types 📦
2
// Codédex
3
4
-const company = "Niteowl, Inc.";
+const companyName = "Niteowl, Inc.";
5
const foundingYear = 2022;
6
let fundingAmount = undefined;
7
0 commit comments