Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit e188d7a

Browse files
fixup! feat: print current time
correct typos
1 parent 954a67b commit e188d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Prints hello world and current time to the user
22
console.log("Hello world!");
3-
console.log(Date())
3+
console.log(new Date());

0 commit comments

Comments
 (0)