Skip to content

Instantly share code, notes, and snippets.

@halilxibrahim
Created April 2, 2023 17:24
Show Gist options
  • Save halilxibrahim/3b41f8bda881a509a2c40f06a5d40f13 to your computer and use it in GitHub Desktop.
Save halilxibrahim/3b41f8bda881a509a2c40f06a5d40f13 to your computer and use it in GitHub Desktop.
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