Skip to content

Commit c3b4baf

Browse files
authored
Update 07-data-types.js
1 parent 91af81a commit c3b4baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-variables/07-data-types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Data Types 📦
22
// Codédex
33

4-
const company = "Niteowl, Inc.";
4+
const companyName = "Niteowl, Inc.";
55
const foundingYear = 2022;
66
let fundingAmount = undefined;
77

0 commit comments

Comments
 (0)