Skip to content

Commit 3b5c980

Browse files
authored
Merge pull request #29 from urizennnn/victor-fix
fixed undefined variables
2 parents 06b47cb + 798b1cd commit 3b5c980

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

2-variables/07-data-types.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const foundingYear = 2022
66
let fundingRound = null
77
let fundingAmount = undefined
88

9-
console.log(userId)
10-
console.log(userName)
11-
console.log(progress)
12-
console.log(xp)
13-
console.log(verified)
9+
console.log(company)
10+
console.log(foundingYear)
11+
console.log(fundingRound)
12+
console.log(fundingAmount)

0 commit comments

Comments
 (0)