Last active
July 29, 2021 19:24
-
-
Save bookercodes/e99717766994ae66071c1b3964ec959a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const foo = require("foo") | |
const boo = require("boo") | |
foo.seconds(2) // 2000 | |
foo.minutes(2) // 120000 | |
boo.seconds(2000) // 2 | |
boo.minutes (120000) // 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment