Skip to content

Commit a1d7182

Browse files
committed
last name fixed
1 parent 91c04db commit a1d7182

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ console.log(
44
);
55

66
// Exercise 1
7-
let lastName = "Pattarachote";
7+
let lastName;
88
var age = "23";
99
// Exercise 2
1010
const firstName = "Albert";
11-
11+
lastName = "Pattarachote";
1212
// Exercise 3
1313
let language = "JavaScript";
1414
let createdYear = 1995;

0 commit comments

Comments
 (0)