Revert "Merge branch 'jest'"

This reverts commit f76e9e108f.
This commit is contained in:
Marvin Gay
2021-05-12 21:47:42 -04:00
parent f76e9e108f
commit ad1c0c407f
45 changed files with 217 additions and 6166 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Exercise 06 - leapYears
# Exercise XX - leapYears
Create a function that determines whether or not a given year is a leap year. Leap years are determined by the following rules:
+2 -2
View File
@@ -1,5 +1,5 @@
const leapYears = function() {
};
}
module.exports = leapYears;
module.exports = leapYears