Skip to content

Instantly share code, notes, and snippets.

@togakangaroo
Created November 13, 2019 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save togakangaroo/9d2f8ab785ad0de85083072b0e1e9ae6 to your computer and use it in GitHub Desktop.
Save togakangaroo/9d2f8ab785ad0de85083072b0e1e9ae6 to your computer and use it in GitHub Desktop.
const createStopWatch = () => {
const createDisplays = (main, laps = []) => ({main, laps})
const sw = {
displays: createDisplays(null)
}
return sw
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment