Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion checkLeapYear.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ console.log(checkLeapYear.withArrow(1900));
console.log(checkLeapYear.withArrow(1996));
console.log(checkLeapYear.withArrow(2000));
console.log(checkLeapYear.withArrow(2001));
module.exports=checkLeapYear;
module.exports=checkLeapYear;

12 changes: 0 additions & 12 deletions stringEndsWithScript.js

This file was deleted.

13 changes: 0 additions & 13 deletions stringEndsWithScriptwithArrow.test.js

This file was deleted.

13 changes: 0 additions & 13 deletions stringEndsWithScriptwithoutArrow.test.js

This file was deleted.