Skip to content

Commit 7d7a3ab

Browse files
Updating basic_variable
1 parent d876020 commit 7d7a3ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Intro_And_ControlFlow/basics1_Variables.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ console.log(t1.description)
2121
console.log(t1.toString)
2222

2323
const student = {
24-
fname: 'Chitta',
25-
lname: 'Swain',
24+
fname: 'Abhishek',
25+
lname: 'Rajan',
2626
age: 34,
2727
weight: '78'
2828
}

0 commit comments

Comments
 (0)