Skip to content

Commit 30d9048

Browse files
authored
Merge pull request #10 from rounakbhowmick/master
Readability improved
2 parents adfa5e8 + 47ed781 commit 30d9048

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HTML&CSS/HorizontalScrollNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
} */
1515

1616
body {
17-
max-width: 760px;
17+
max-width: 765px;
1818
margin: 10vmin auto 0;
1919
/* color: #fff; */
2020
}

jsBasics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
var name = 'numan';
1+
var name = 'rounak';
22
var data = () => {
33
return Date.now;
44
}
55

6-
console.log(data());
6+
console.log(`Current Date is ${data()}`);

0 commit comments

Comments
 (0)