Created
April 2, 2023 17:24
-
-
Save halilxibrahim/3b41f8bda881a509a2c40f06a5d40f13 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
| let myVar = "hello"; | |
| // myVar kullanıldıktan sonra artık null olarak atanır. | |
| myVar = null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment