Last active
August 12, 2022 01:22
-
-
Save harajune/a479973fbe495c9990e3074f3808838d to your computer and use it in GitHub Desktop.
value
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 value = 1 | |
| const anotherValue = 1 | |
| console.log(value === anotherValue) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment