Last active
February 24, 2018 04:45
-
-
Save goldensunliu/c033f8498890c7a7f53f7526f38671a3 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 cell = { | |
value: 9, | |
notes: Set([1,2,3]), | |
prefilled: false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment