Skip to content

Commit 3e30143

Browse files
committed
update spell 01_variable.js
1 parent 5750a3b commit 3e30143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_Basic/01_Variable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ accountCity="Bihar"
1212

1313
console.log(accountId);
1414

15-
//Prefer not to use var because of issue in block scope and finctional Scope
15+
//Prefer not to use var because of issue in block scope and functional Scope
1616

1717
console.table([accountId,accountEmail,accountPassword,accountCity,accountState])

0 commit comments

Comments
 (0)